#596384

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

Shades of Waikawa Grey #596384

Tints of Waikawa Grey #596384

Color information

#596384 (or 0x596384) is unknown color: approx Waikawa Grey. HEX triplet: 59, 63 and 84. RGB value is (89,99,132). Sum of RGB (Red+Green+Blue) = 89+99+132=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #596384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596384 is #A69C7B. Grayscale: #636363. Windows color (decimal): -10919036 or 8676185. OLE color: 8676185.

HSL color Cylindrical-coordinate representation of color #596384: hue angle of 226.05º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #596384 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8999132-
CMYK0.330.2500.48
HSL226.05º19.46%43.33%-
HSV(B)226.05º32.58%51.76%-
XYZ12.7512.7123.61-
YUV99.77146.19120.32-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.81%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=27.81%
G=30.94%
B=41.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89991320.330.2500.48226.0519.4643.33
Hex5963842119030e2132b
Octal13114320441310603422353
Binary10110011100011100001001000011100101100001110001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596384; }

 p { color: rgb(89,99,132); }

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

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

 a { background-color: rgb(89,99,132); }

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

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

 span { border-color: rgb(89,99,132); }

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