Html Css Color HEX #596185 Waikawa Grey

📋 copy color: '#596185'

red 89 ◦ green 97 ◦ blue 133

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

Shades of Waikawa Grey #596185

Tints of Waikawa Grey #596185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

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

R = 27.9%
G = 30.41%
B = 41.69%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#596185 (or 0x596185) is known color: Waikawa Grey. HEX triplet: 59, 61 and 85. RGB value is (89,97,133). Sum of RGB (Red+Green+Blue) = 89+97+133=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #596185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596185 is #A69E7A. Grayscale: #626262. Windows color (decimal): -10919547 or 8741209. OLE color: 8741209.

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

Color convert

RGB 89 97 133 -
CMYK 0.33 0.27 0 0.48
HSL 229.09º 0.2% 0.44% -
HSV(B) 229.09º 0.33% 0.52% -
XYZ 12.63 12.37 23.91 -
YUV 98.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 89 97 133 0.33 0.27 0 0.48 229.09 0.2 0.44
Hex 59 61 85 21 1B 0 30 E5 14 2C
Octal 131 141 205 41 33 0 60 345 24 54
Binary 1011001 1100001 10000101 100001 11011 0 110000 11100101 10100 101100

Color Harmonies of #596185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596185

Black with #596185

Text Example


Text Example

White with #596185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596185; }

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

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

background-color css

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

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

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

border-color css

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

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

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