#5859BC

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

Shades of Rich Blue #5859BC

Tints of Rich Blue #5859BC

Color information

#5859BC (or 0x5859BC) is unknown color: approx Rich Blue. HEX triplet: 58, 59 and BC. RGB value is (88,89,188). Sum of RGB (Red+Green+Blue) = 88+89+188=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #5859BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5859BC is #A7A643. Grayscale: #636363. Windows color (decimal): -10987076 or 12343640. OLE color: 12343640.

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

Color convert

RGB8889188-
CMYK0.530.5300.26
HSL239.4º42.74%54.12%-
HSV(B)239.4º53.19%73.73%-
XYZ16.6712.8549.18-
YUV99.99177.67119.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 188 (73.83% from 255) = 51.51%
R=24.11%
G=24.38%
B=51.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal88891880.530.5300.26239.442.7454.12
Hex5859BC353501Aef2b36
Octal13013127465650323575366
Binary101100010110011011110011010111010101101011101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5859BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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