#596085

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

Shades of Waikawa Grey #596085

Tints of Waikawa Grey #596085

Color information

#596085 (or 0x596085) is unknown color: approx Waikawa Grey. HEX triplet: 59, 60 and 85. RGB value is (89,96,133). Sum of RGB (Red+Green+Blue) = 89+96+133=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #596085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596085 is #A69F7A. Grayscale: #616161. Windows color (decimal): -10919803 or 8740953. OLE color: 8740953.

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

Color convert

RGB8996133-
CMYK0.330.2800.48
HSL230.45º19.82%43.53%-
HSV(B)230.45º33.08%52.16%-
XYZ12.5412.1823.88-
YUV98.12147.68121.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=27.99%
G=30.19%
B=41.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89961330.330.2800.48230.4519.8243.53
Hex596085211C030e6142c
Octal13114020541340603462454
Binary10110011100000100001011000011110001100001110011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596085; }

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

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

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

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

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

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

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

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