Html Css Color HEX #596485 Waikawa Grey

📋 copy color: '#596485'

red 89 ◦ green 100 ◦ blue 133

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

Shades of Waikawa Grey #596485

Tints of Waikawa Grey #596485

RGB

 RED value IS 89 (35.16% from 255) = 27.64%

 GREEN value IS 100 (39.45% from 255) = 31.06%

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 27.64%
G = 31.06%
B = 41.3%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596485 (or 0x596485) is known color: Waikawa Grey. HEX triplet: 59, 64 and 85. RGB value is (89,100,133). Sum of RGB (Red+Green+Blue) = 89+100+133=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #596485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596485 is #A69B7A. Grayscale: #646464. Windows color (decimal): -10918779 or 8741977. OLE color: 8741977.

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

Color convert

RGB 89 100 133 -
CMYK 0.33 0.25 0 0.48
HSL 225º 0.2% 0.44% -
HSV(B) 225º 0.33% 0.52% -
XYZ 12.91 12.93 24.01 -
YUV 100.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 89 100 133 0.33 0.25 0 0.48 225 0.2 0.44
Hex 59 64 85 21 19 0 30 E1 14 2C
Octal 131 144 205 41 31 0 60 341 24 54
Binary 1011001 1100100 10000101 100001 11001 0 110000 11100001 10100 101100

Color Harmonies of #596485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596485

Black with #596485

Text Example


Text Example

White with #596485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596485; }

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

 H1.HeaderClassName
 {
   color: #596485;
 }
 .AnyTagClassName
 {
   color: #596485;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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