#595EBA

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

Shades of Rich Blue #595EBA

Tints of Rich Blue #595EBA

Color information

#595EBA (or 0x595EBA) is unknown color: approx Rich Blue. HEX triplet: 59, 5E and BA. RGB value is (89,94,186). Sum of RGB (Red+Green+Blue) = 89+94+186=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #595EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EBA is #A6A145. Grayscale: #666666. Windows color (decimal): -10920262 or 12213849. OLE color: 12213849.

HSL color Cylindrical-coordinate representation of color #595EBA: hue angle of 236.91º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595EBA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8994186-
CMYK0.520.4900.27
HSL236.91º41.28%53.92%-
HSV(B)236.91º52.15%72.94%-
XYZ16.9913.6748.2-
YUV102.99174.84118.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=24.12%
G=25.47%
B=50.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89941860.520.4900.27236.9141.2853.92
Hex595EBA343101Bed2936
Octal13113627264610333555166
Binary101100110111101011101011010011000101101111101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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