#514CB6

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

Shades of Rich Blue #514CB6

Tints of Rich Blue #514CB6

Color information

#514CB6 (or 0x514CB6) is unknown color: approx Rich Blue. HEX triplet: 51, 4C and B6. RGB value is (81,76,182). Sum of RGB (Red+Green+Blue) = 81+76+182=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 182 (71.48% from 255 or 53.69% from 339); Max value from RGB is 182 - color contains mainly: blue. Hex color #514CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CB6 is #AEB349. Grayscale: #595959. Windows color (decimal): -11449162 or 11947089. OLE color: 11947089.

HSL color Cylindrical-coordinate representation of color #514CB6: hue angle of 242.83º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514CB6 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8176182-
CMYK0.550.5800.29
HSL242.83º42.06%50.59%-
HSV(B)242.83º58.24%71.37%-
XYZ14.4210.345.48-
YUV89.58180.16121.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 182 (71.48% from 255) = 53.69%
R=23.89%
G=22.42%
B=53.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81761820.550.5800.29242.8342.0650.59
Hex514CB6373A01Df32a33
Octal12111426667720353635263
Binary101000110011001011011011011111101001110111110011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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