#5862A4

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

Shades of Rich Blue #5862A4

Tints of Rich Blue #5862A4

Color information

#5862A4 (or 0x5862A4) is unknown color: approx Rich Blue. HEX triplet: 58, 62 and A4. RGB value is (88,98,164). Sum of RGB (Red+Green+Blue) = 88+98+164=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #5862A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5862A4 is #A79D5B. Grayscale: #666666. Windows color (decimal): -10984796 or 10773080. OLE color: 10773080.

HSL color Cylindrical-coordinate representation of color #5862A4: hue angle of 232.11º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5862A4 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8898164-
CMYK0.460.4000.36
HSL232.11º30.16%49.41%-
HSV(B)232.11º46.34%64.31%-
XYZ15.0913.4936.93-
YUV102.53162.69117.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.14%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 164 (64.45% from 255) = 46.86%
R=25.14%
G=28%
B=46.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88981640.460.4000.36232.1130.1649.41
Hex5862A42E28024e81e31
Octal13014224456500443503661
Binary101100011000101010010010111010100001001001110100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5862A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5862A4; }

 p { color: rgb(88,98,164); }

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

<style>
 a { background-color: #5862A4; }

 a { background-color: rgb(88,98,164); }

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

<style>
 span { border-color: #5862A4; }

 span { border-color: rgb(88,98,164); }

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