#5860BD

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

Shades of Rich Blue #5860BD

Tints of Rich Blue #5860BD

Color information

#5860BD (or 0x5860BD) is unknown color: approx Rich Blue. HEX triplet: 58, 60 and BD. RGB value is (88,96,189). Sum of RGB (Red+Green+Blue) = 88+96+189=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #5860BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5860BD is #A79F42. Grayscale: #676767. Windows color (decimal): -10985283 or 12410968. OLE color: 12410968.

HSL color Cylindrical-coordinate representation of color #5860BD: hue angle of 235.25º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5860BD is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8896189-
CMYK0.530.4900.26
HSL235.25º43.35%54.31%-
HSV(B)235.25º53.44%74.12%-
XYZ17.3914.1149.95-
YUV104.21175.85116.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 189 (74.22% from 255) = 50.67%
R=23.59%
G=25.74%
B=50.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88961890.530.4900.26235.2543.3554.31
Hex5860BD353101Aeb2b36
Octal13014027565610323535366
Binary101100011000001011110111010111000101101011101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5860BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5860BD; }

 p { color: rgb(88,96,189); }

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

<style>
 a { background-color: #5860BD; }

 a { background-color: rgb(88,96,189); }

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

<style>
 span { border-color: #5860BD; }

 span { border-color: rgb(88,96,189); }

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