#595CBA

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

Shades of Rich Blue #595CBA

Tints of Rich Blue #595CBA

Color information

#595CBA (or 0x595CBA) is unknown color: approx Rich Blue. HEX triplet: 59, 5C and BA. RGB value is (89,92,186). Sum of RGB (Red+Green+Blue) = 89+92+186=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #595CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CBA is #A6A345. Grayscale: #656565. Windows color (decimal): -10920774 or 12213337. OLE color: 12213337.

HSL color Cylindrical-coordinate representation of color #595CBA: hue angle of 238.14º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595CBA is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8992186-
CMYK0.520.5100.27
HSL238.14º41.28%53.92%-
HSV(B)238.14º52.15%72.94%-
XYZ16.8113.3248.14-
YUV101.82175.51118.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.25%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=24.25%
G=25.07%
B=50.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89921860.520.5100.27238.1441.2853.92
Hex595CBA343301Bee2936
Octal13113427264630333565166
Binary101100110111001011101011010011001101101111101110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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