#595EC2

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

Shades of Rich Blue #595EC2

Tints of Rich Blue #595EC2

Color information

#595EC2 (or 0x595EC2) is unknown color: approx Rich Blue. HEX triplet: 59, 5E and C2. RGB value is (89,94,194). Sum of RGB (Red+Green+Blue) = 89+94+194=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 194 (76.17% from 255 or 51.46% from 377); Max value from RGB is 194 - color contains mainly: blue. Hex color #595EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EC2 is #A6A13D. Grayscale: #676767. Windows color (decimal): -10920254 or 12738137. OLE color: 12738137.

HSL color Cylindrical-coordinate representation of color #595EC2: hue angle of 237.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #595EC2 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8994194-
CMYK0.540.5200.24
HSL237.14º46.26%55.49%-
HSV(B)237.14º54.12%76.08%-
XYZ17.8614.0252.8-
YUV103.9178.84117.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 194 (76.17% from 255) = 51.46%
R=23.61%
G=24.93%
B=51.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal89941940.540.5200.24237.1446.2655.49
Hex595EC23634018ed2e37
Octal13113630266640303555667
Binary101100110111101100001011011011010001100011101101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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