#596285

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

Shades of Waikawa Grey #596285

Tints of Waikawa Grey #596285

Color information

#596285 (or 0x596285) is unknown color: approx Waikawa Grey. HEX triplet: 59, 62 and 85. RGB value is (89,98,133). Sum of RGB (Red+Green+Blue) = 89+98+133=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #596285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596285 is #A69D7A. Grayscale: #636363. Windows color (decimal): -10919291 or 8741465. OLE color: 8741465.

HSL color Cylindrical-coordinate representation of color #596285: hue angle of 227.73º 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 #596285 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8998133-
CMYK0.330.2600.48
HSL227.73º19.82%43.53%-
HSV(B)227.73º33.08%52.16%-
XYZ12.7212.5523.94-
YUV99.3147.02120.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.81%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=27.81%
G=30.62%
B=41.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89981330.330.2600.48227.7319.8243.53
Hex596285211A030e4142c
Octal13114220541320603442454
Binary10110011100010100001011000011101001100001110010010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596285; }

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

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

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

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

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

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

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

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