#5C59BE

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

Shades of Rich Blue #5C59BE

Tints of Rich Blue #5C59BE

Color information

#5C59BE (or 0x5C59BE) is unknown color: approx Rich Blue. HEX triplet: 5C, 59 and BE. RGB value is (92,89,190). Sum of RGB (Red+Green+Blue) = 92+89+190=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C59BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C59BE is #A3A641. Grayscale: #656565. Windows color (decimal): -10724930 or 12474716. OLE color: 12474716.

HSL color Cylindrical-coordinate representation of color #5C59BE: hue angle of 241.78º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C59BE is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9289190-
CMYK0.520.5300.25
HSL241.78º43.72%54.71%-
HSV(B)241.78º53.16%74.51%-
XYZ17.2813.1450.34-
YUV101.41177.99121.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=24.80%
G=23.99%
B=51.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92891900.520.5300.25241.7843.7254.71
Hex5C59BE3435019f22c37
Octal13413127664650313625467
Binary101110010110011011111011010011010101100111110010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C59BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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