#514AB8

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

Shades of Rich Blue #514AB8

Tints of Rich Blue #514AB8

Color information

#514AB8 (or 0x514AB8) is unknown color: approx Rich Blue. HEX triplet: 51, 4A and B8. RGB value is (81,74,184). Sum of RGB (Red+Green+Blue) = 81+74+184=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 184 (72.27% from 255 or 54.28% from 339); Max value from RGB is 184 - color contains mainly: blue. Hex color #514AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514AB8 is #AEB547. Grayscale: #585858. Windows color (decimal): -11449672 or 12077649. OLE color: 12077649.

HSL color Cylindrical-coordinate representation of color #514AB8: hue angle of 243.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514AB8 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8174184-
CMYK0.560.6000.28
HSL243.82º43.65%50.59%-
HSV(B)243.82º59.78%72.16%-
XYZ14.4910.1146.53-
YUV88.63181.82122.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 184 (72.27% from 255) = 54.28%
R=23.89%
G=21.83%
B=54.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81741840.560.6000.28243.8243.6550.59
Hex514AB8383C01Cf42c33
Octal12111227070740343645463
Binary101000110010101011100011100011110001110011110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,74,184); }

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

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

 a { background-color: rgb(81,74,184); }

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

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

 span { border-color: rgb(81,74,184); }

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