Html Css Color HEX #596085 Waikawa Grey

📋 copy color: '#596085'

red 89 ◦ green 96 ◦ blue 133

#596085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #596085

Tints of Waikawa Grey #596085

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 value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596085 (or 0x596085) is known color: 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

RGB 89 96 133 -
CMYK 0.33 0.28 0 0.48
HSL 230.45º 0.2% 0.44% -
HSV(B) 230.45º 0.33% 0.52% -
XYZ 12.54 12.18 23.88 -
YUV 98.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 89 96 133 0.33 0.28 0 0.48 230.45 0.2 0.44
Hex 59 60 85 21 1C 0 30 E6 14 2C
Octal 131 140 205 41 34 0 60 346 24 54
Binary 1011001 1100000 10000101 100001 11100 0 110000 11100110 10100 101100

Color Harmonies of #596085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596085

Black with #596085

Text Example


Text Example

White with #596085

Text Example


Text Example

HTML Codes & Css Web 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>