#596C9B

Color #596C9B Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #596C9B

Tints of Waikawa Grey #596C9B

Color information

#596C9B (or 0x596C9B) is unknown color: approx Waikawa Grey. HEX triplet: 59, 6C and 9B. RGB value is (89,108,155). Sum of RGB (Red+Green+Blue) = 89+108+155=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #596C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C9B is #A69364. Grayscale: #6B6B6B. Windows color (decimal): -10916709 or 10185817. OLE color: 10185817.

HSL color Cylindrical-coordinate representation of color #596C9B: hue angle of 222.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #596C9B is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89108155-
CMYK0.430.3000.39
HSL222.73º27.05%47.84%-
HSV(B)222.73º42.58%60.78%-
XYZ15.415.2233.14-
YUV107.68154.71114.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 108 (42.58% from 255) = 30.68%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=25.28%
G=30.68%
B=44.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891081550.430.3000.39222.7327.0547.84
Hex596C9B2B1E027df1b30
Octal13115423353360473373360
Binary10110011101100100110111010111111001001111101111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596C9B; }

 p { color: rgb(89,108,155); }

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

<style>
 a { background-color: #596C9B; }

 a { background-color: rgb(89,108,155); }

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

<style>
 span { border-color: #596C9B; }

 span { border-color: rgb(89,108,155); }

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