#5862AF

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

Shades of Rich Blue #5862AF

Tints of Rich Blue #5862AF

Color information

#5862AF (or 0x5862AF) is unknown color: approx Rich Blue. HEX triplet: 58, 62 and AF. RGB value is (88,98,175). Sum of RGB (Red+Green+Blue) = 88+98+175=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #5862AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5862AF is #A79D50. Grayscale: #676767. Windows color (decimal): -10984785 or 11493976. OLE color: 11493976.

HSL color Cylindrical-coordinate representation of color #5862AF: hue angle of 233.1º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5862AF is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8898175-
CMYK0.500.4400.31
HSL233.1º35.22%51.57%-
HSV(B)233.1º49.71%68.63%-
XYZ16.1313.9142.39-
YUV103.79168.19116.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.38%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=24.38%
G=27.15%
B=48.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal88981750.500.4400.31233.135.2251.57
Hex5862AF322C01Fe92334
Octal13014225762540373514364
Binary101100011000101010111111001010110001111111101001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5862AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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