#595AC0

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

Shades of Rich Blue #595AC0

Tints of Rich Blue #595AC0

Color information

#595AC0 (or 0x595AC0) is unknown color: approx Rich Blue. HEX triplet: 59, 5A and C0. RGB value is (89,90,192). Sum of RGB (Red+Green+Blue) = 89+90+192=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #595AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AC0 is #A6A53F. Grayscale: #646464. Windows color (decimal): -10921280 or 12606041. OLE color: 12606041.

HSL color Cylindrical-coordinate representation of color #595AC0: hue angle of 239.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #595AC0 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8990192-
CMYK0.540.5300.25
HSL239.42º44.98%55.1%-
HSV(B)239.42º53.65%75.29%-
XYZ17.2913.2451.51-
YUV101.33179.17119.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 192 (75.39% from 255) = 51.75%
R=23.99%
G=24.26%
B=51.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89901920.540.5300.25239.4244.9855.1
Hex595AC03635019ef2d37
Octal13113230066650313575567
Binary101100110110101100000011011011010101100111101111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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