#595EBC

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

Shades of Rich Blue #595EBC

Tints of Rich Blue #595EBC

Color information

#595EBC (or 0x595EBC) is unknown color: approx Rich Blue. HEX triplet: 59, 5E and BC. RGB value is (89,94,188). Sum of RGB (Red+Green+Blue) = 89+94+188=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #595EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EBC is #A6A143. Grayscale: #666666. Windows color (decimal): -10920260 or 12344921. OLE color: 12344921.

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

Color convert

RGB8994188-
CMYK0.530.5000.26
HSL236.97º42.49%54.31%-
HSV(B)236.97º52.66%73.73%-
XYZ17.213.7649.33-
YUV103.22175.84117.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=23.99%
G=25.34%
B=50.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89941880.530.5000.26236.9742.4954.31
Hex595EBC353201Aed2a36
Octal13113627465620323555266
Binary101100110111101011110011010111001001101011101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595EBC; }

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

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

<style>
 a { background-color: #595EBC; }

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

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

<style>
 span { border-color: #595EBC; }

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

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