#595ABE

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

Shades of Rich Blue #595ABE

Tints of Rich Blue #595ABE

Color information

#595ABE (or 0x595ABE) is unknown color: approx Rich Blue. HEX triplet: 59, 5A and BE. RGB value is (89,90,190). Sum of RGB (Red+Green+Blue) = 89+90+190=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #595ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595ABE is #A6A541. Grayscale: #646464. Windows color (decimal): -10921282 or 12474969. OLE color: 12474969.

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

Color convert

RGB8990190-
CMYK0.530.5300.25
HSL239.41º43.72%54.71%-
HSV(B)239.41º53.16%74.51%-
XYZ17.0713.1550.35-
YUV101.1178.17119.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=24.12%
G=24.39%
B=51.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89901900.530.5300.25239.4143.7254.71
Hex595ABE3535019ef2c37
Octal13113227665650313575467
Binary101100110110101011111011010111010101100111101111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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