#5862BB

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

Shades of Rich Blue #5862BB

Tints of Rich Blue #5862BB

Color information

#5862BB (or 0x5862BB) is unknown color: approx Rich Blue. HEX triplet: 58, 62 and BB. RGB value is (88,98,187). Sum of RGB (Red+Green+Blue) = 88+98+187=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #5862BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5862BB is #A79D44. Grayscale: #686868. Windows color (decimal): -10984773 or 12280408. OLE color: 12280408.

HSL color Cylindrical-coordinate representation of color #5862BB: hue angle of 233.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5862BB is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8898187-
CMYK0.530.4800.27
HSL233.94º42.13%53.92%-
HSV(B)233.94º52.94%73.33%-
XYZ17.3614.448.88-
YUV105.16174.19115.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=23.59%
G=26.27%
B=50.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88981870.530.4800.27233.9442.1353.92
Hex5862BB353001Bea2a36
Octal13014227365600333525266
Binary101100011000101011101111010111000001101111101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5862BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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