#5860BC

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

Shades of Rich Blue #5860BC

Tints of Rich Blue #5860BC

Color information

#5860BC (or 0x5860BC) is unknown color: approx Rich Blue. HEX triplet: 58, 60 and BC. RGB value is (88,96,188). Sum of RGB (Red+Green+Blue) = 88+96+188=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #5860BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5860BC is #A79F43. Grayscale: #676767. Windows color (decimal): -10985284 or 12345432. OLE color: 12345432.

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

Color convert

RGB8896188-
CMYK0.530.4900.26
HSL235.2º42.74%54.12%-
HSV(B)235.2º53.19%73.73%-
XYZ17.2814.0749.38-
YUV104.1175.35116.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.66%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=23.66%
G=25.81%
B=50.54%

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
Decimal88961880.530.4900.26235.242.7454.12
Hex5860BC353101Aeb2b36
Octal13014027465610323535366
Binary101100011000001011110011010111000101101011101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5860BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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