#595CB2

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

Shades of Rich Blue #595CB2

Tints of Rich Blue #595CB2

Color information

#595CB2 (or 0x595CB2) is unknown color: approx Rich Blue. HEX triplet: 59, 5C and B2. RGB value is (89,92,178). Sum of RGB (Red+Green+Blue) = 89+92+178=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 178 - color contains mainly: blue. Hex color #595CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595CB2 is #A6A34D. Grayscale: #646464. Windows color (decimal): -10920782 or 11689049. OLE color: 11689049.

HSL color Cylindrical-coordinate representation of color #595CB2: hue angle of 237.98º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #595CB2 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8992178-
CMYK0.50.4800.30
HSL237.98º36.63%52.35%-
HSV(B)237.98º50%69.8%-
XYZ15.9812.9943.78-
YUV100.91171.51119.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 178 (69.92% from 255) = 49.58%
R=24.79%
G=25.63%
B=49.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal89921780.50.4800.30237.9836.6352.35
Hex595CB2323001Eee2534
Octal13113426262600363564564
Binary101100110111001011001011001011000001111011101110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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