#5860BA

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

Shades of Rich Blue #5860BA

Tints of Rich Blue #5860BA

Color information

#5860BA (or 0x5860BA) is unknown color: approx Rich Blue. HEX triplet: 58, 60 and BA. RGB value is (88,96,186). Sum of RGB (Red+Green+Blue) = 88+96+186=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #5860BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5860BA is #A79F45. Grayscale: #676767. Windows color (decimal): -10985286 or 12214360. OLE color: 12214360.

HSL color Cylindrical-coordinate representation of color #5860BA: hue angle of 235.1º 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 #5860BA is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8896186-
CMYK0.530.4800.27
HSL235.1º41.53%53.73%-
HSV(B)235.1º52.69%72.94%-
XYZ17.0713.9948.25-
YUV103.87174.35116.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.78%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=23.78%
G=25.95%
B=50.27%

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
Decimal88961860.530.4800.27235.141.5353.73
Hex5860BA353001Beb2a36
Octal13014027265600333535266
Binary101100011000001011101011010111000001101111101011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5860BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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