#5462B5

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

Shades of Rich Blue #5462B5

Tints of Rich Blue #5462B5

Color information

#5462B5 (or 0x5462B5) is unknown color: approx Rich Blue. HEX triplet: 54, 62 and B5. RGB value is (84,98,181). Sum of RGB (Red+Green+Blue) = 84+98+181=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #5462B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5462B5 is #AB9D4A. Grayscale: #666666. Windows color (decimal): -11246923 or 11887188. OLE color: 11887188.

HSL color Cylindrical-coordinate representation of color #5462B5: hue angle of 231.34º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5462B5 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8498181-
CMYK0.540.4600.29
HSL231.34º39.59%51.96%-
HSV(B)231.34º53.59%70.98%-
XYZ16.3613.9645.55-
YUV103.28171.86114.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 181 (71.09% from 255) = 49.86%
R=23.14%
G=27.00%
B=49.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84981810.540.4600.29231.3439.5951.96
Hex5462B5362E01De72834
Octal12414226566560353475064
Binary101010011000101011010111011010111001110111100111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5462B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5462B5; }

 p { color: rgb(84,98,181); }

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

<style>
 a { background-color: #5462B5; }

 a { background-color: rgb(84,98,181); }

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

<style>
 span { border-color: #5462B5; }

 span { border-color: rgb(84,98,181); }

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