#596185

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

Shades of Waikawa Grey #596185

Tints of Waikawa Grey #596185

Color information

#596185 (or 0x596185) is unknown color: approx Waikawa Grey. HEX triplet: 59, 61 and 85. RGB value is (89,97,133). Sum of RGB (Red+Green+Blue) = 89+97+133=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #596185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596185 is #A69E7A. Grayscale: #626262. Windows color (decimal): -10919547 or 8741209. OLE color: 8741209.

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

Color convert

RGB8997133-
CMYK0.330.2700.48
HSL229.09º19.82%43.53%-
HSV(B)229.09º33.08%52.16%-
XYZ12.6312.3723.91-
YUV98.71147.35121.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=27.90%
G=30.41%
B=41.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89971330.330.2700.48229.0919.8243.53
Hex596185211B030e5142c
Octal13114120541330603452454
Binary10110011100001100001011000011101101100001110010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596185; }

 p { color: rgb(89,97,133); }

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

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

 a { background-color: rgb(89,97,133); }

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

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

 span { border-color: rgb(89,97,133); }

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