#5C59BC

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

Shades of Rich Blue #5C59BC

Tints of Rich Blue #5C59BC

Color information

#5C59BC (or 0x5C59BC) is unknown color: approx Rich Blue. HEX triplet: 5C, 59 and BC. RGB value is (92,89,188). Sum of RGB (Red+Green+Blue) = 92+89+188=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C59BC is #A3A643. Grayscale: #646464. Windows color (decimal): -10724932 or 12343644. OLE color: 12343644.

HSL color Cylindrical-coordinate representation of color #5C59BC: hue angle of 241.82º degrees, saturation: 0.42, 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 #5C59BC is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9289188-
CMYK0.510.5300.26
HSL241.82º42.49%54.31%-
HSV(B)241.82º52.66%73.73%-
XYZ17.0613.0549.2-
YUV101.18176.99121.45-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.93%
GREEN value IS 89 (35.16% from 255) = 24.12%
BLUE value IS 188 (73.83% from 255) = 50.95%
R=24.93%
G=24.12%
B=50.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92891880.510.5300.26241.8242.4954.31
Hex5C59BC333501Af22a36
Octal13413127463650323625266
Binary101110010110011011110011001111010101101011110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C59BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C59BC; }

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

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

<style>
 a { background-color: #5C59BC; }

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

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

<style>
 span { border-color: #5C59BC; }

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

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