#595CC2

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

Shades of Rich Blue #595CC2

Tints of Rich Blue #595CC2

Color information

#595CC2 (or 0x595CC2) is unknown color: approx Rich Blue. HEX triplet: 59, 5C and C2. RGB value is (89,92,194). Sum of RGB (Red+Green+Blue) = 89+92+194=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #595CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CC2 is #A6A33D. Grayscale: #666666. Windows color (decimal): -10920766 or 12737625. OLE color: 12737625.

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

Color convert

RGB8992194-
CMYK0.540.5300.24
HSL238.29º46.26%55.49%-
HSV(B)238.29º54.12%76.08%-
XYZ17.6813.6752.75-
YUV102.73179.51118.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 194 (76.17% from 255) = 51.73%
R=23.73%
G=24.53%
B=51.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal89921940.540.5300.24238.2946.2655.49
Hex595CC23635018ee2e37
Octal13113430266650303565667
Binary101100110111001100001011011011010101100011101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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