#595CB6

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

Shades of Rich Blue #595CB6

Tints of Rich Blue #595CB6

Color information

#595CB6 (or 0x595CB6) is unknown color: approx Rich Blue. HEX triplet: 59, 5C and B6. RGB value is (89,92,182). Sum of RGB (Red+Green+Blue) = 89+92+182=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #595CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CB6 is #A6A349. Grayscale: #646464. Windows color (decimal): -10920778 or 11951193. OLE color: 11951193.

HSL color Cylindrical-coordinate representation of color #595CB6: hue angle of 238.06º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595CB6 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8992182-
CMYK0.510.4900.29
HSL238.06º38.91%53.14%-
HSV(B)238.06º51.1%71.37%-
XYZ16.3913.1645.93-
YUV101.36173.51119.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.52%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 182 (71.48% from 255) = 50.14%
R=24.52%
G=25.34%
B=50.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal89921820.510.4900.29238.0638.9153.14
Hex595CB6333101Dee2735
Octal13113426663610353564765
Binary101100110111001011011011001111000101110111101110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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