#514CBF

Color #514CBF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #514CBF

Tints of Rich Blue #514CBF

Color information

#514CBF (or 0x514CBF) is unknown color: approx Rich Blue. HEX triplet: 51, 4C and BF. RGB value is (81,76,191). Sum of RGB (Red+Green+Blue) = 81+76+191=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #514CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CBF is #AEB340. Grayscale: #5A5A5A. Windows color (decimal): -11449153 or 12536913. OLE color: 12536913.

HSL color Cylindrical-coordinate representation of color #514CBF: hue angle of 242.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514CBF is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8176191-
CMYK0.580.6000.25
HSL242.61º47.33%52.35%-
HSV(B)242.61º60.21%74.9%-
XYZ15.3810.6850.54-
YUV90.6184.66121.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 76 (30.08% from 255) = 21.84%
BLUE value IS 191 (75% from 255) = 54.89%
R=23.28%
G=21.84%
B=54.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81761910.580.6000.25242.6147.3352.35
Hex514CBF3A3C019f32f34
Octal12111427772740313635764
Binary101000110011001011111111101011110001100111110011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514CBF; }

 p { color: rgb(81,76,191); }

 H1.HeaderClassName
 {
   color: #514CBF;
 }
 .AnyTagClassName
 {
   color: #514CBF;
 }
</style>
background-color css

<style>
 a { background-color: #514CBF; }

 a { background-color: rgb(81,76,191); }

 div.DivClassName
 {
   background-color: #514CBF;
 }
 .BgClassName
 {
   background-color: #514CBF;
 }
</style>
border-color css

<style>
 span { border-color: #514CBF; }

 span { border-color: rgb(81,76,191); }

 td.TdClassName
 {
   border-color: #514CBF;
 }
 .TagClassName
 {
   border-color: #514CBF;
 }
</style>