#596283

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

Shades of Waikawa Grey #596283

Tints of Waikawa Grey #596283

Color information

#596283 (or 0x596283) is unknown color: approx Waikawa Grey. HEX triplet: 59, 62 and 83. RGB value is (89,98,131). Sum of RGB (Red+Green+Blue) = 89+98+131=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #596283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596283 is #A69D7C. Grayscale: #626262. Windows color (decimal): -10919293 or 8610393. OLE color: 8610393.

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

Color convert

RGB8998131-
CMYK0.320.2500.49
HSL227.14º19.09%43.14%-
HSV(B)227.14º32.06%51.37%-
XYZ12.5812.523.22-
YUV99.07146.02120.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=27.99%
G=30.82%
B=41.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89981310.320.2500.49227.1419.0943.14
Hex5962832019031e3132b
Octal13114220340310613432353
Binary10110011100010100000111000001100101100011110001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596283; }

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

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

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

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

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

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

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

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