#514AC0

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

Shades of Rich Blue #514AC0

Tints of Rich Blue #514AC0

Color information

#514AC0 (or 0x514AC0) is unknown color: approx Rich Blue. HEX triplet: 51, 4A and C0. RGB value is (81,74,192). Sum of RGB (Red+Green+Blue) = 81+74+192=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #514AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514AC0 is #AEB53F. Grayscale: #595959. Windows color (decimal): -11449664 or 12601937. OLE color: 12601937.

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

Color convert

RGB8174192-
CMYK0.580.6100.25
HSL243.56º48.36%52.16%-
HSV(B)243.56º61.46%75.29%-
XYZ15.3610.4551.08-
YUV89.54185.82121.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 74 (29.30% from 255) = 21.33%
BLUE value IS 192 (75.39% from 255) = 55.33%
R=23.34%
G=21.33%
B=55.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81741920.580.6100.25243.5648.3652.16
Hex514AC03A3D019f43034
Octal12111230072750313646064
Binary101000110010101100000011101011110101100111110100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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