#595DBE

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

Shades of Rich Blue #595DBE

Tints of Rich Blue #595DBE

Color information

#595DBE (or 0x595DBE) is unknown color: approx Rich Blue. HEX triplet: 59, 5D and BE. RGB value is (89,93,190). Sum of RGB (Red+Green+Blue) = 89+93+190=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #595DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DBE is #A6A241. Grayscale: #666666. Windows color (decimal): -10920514 or 12475737. OLE color: 12475737.

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

Color convert

RGB8993190-
CMYK0.530.5100.25
HSL237.62º43.72%54.71%-
HSV(B)237.62º53.16%74.51%-
XYZ17.3313.6750.44-
YUV102.86177.17118.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.92%
GREEN value IS 93 (36.72% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 51.08%
R=23.92%
G=25%
B=51.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89931900.530.5100.25237.6243.7254.71
Hex595DBE3533019ee2c37
Octal13113527665630313565467
Binary101100110111011011111011010111001101100111101110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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