#595ABA

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

Shades of Rich Blue #595ABA

Tints of Rich Blue #595ABA

Color information

#595ABA (or 0x595ABA) is unknown color: approx Rich Blue. HEX triplet: 59, 5A and BA. RGB value is (89,90,186). Sum of RGB (Red+Green+Blue) = 89+90+186=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #595ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ABA is #A6A545. Grayscale: #646464. Windows color (decimal): -10921286 or 12212825. OLE color: 12212825.

HSL color Cylindrical-coordinate representation of color #595ABA: hue angle of 239.38º 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 #595ABA is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8990186-
CMYK0.520.5200.27
HSL239.38º41.28%53.92%-
HSV(B)239.38º52.15%72.94%-
XYZ16.6412.9848.08-
YUV100.65176.17119.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.38%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=24.38%
G=24.66%
B=50.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89901860.520.5200.27239.3841.2853.92
Hex595ABA343401Bef2936
Octal13113227264640333575166
Binary101100110110101011101011010011010001101111101111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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