Html Css Color HEX #596184 Waikawa Grey

📋 copy color: '#596184'

red 89 ◦ green 97 ◦ blue 132

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

Shades of Waikawa Grey #596184

Tints of Waikawa Grey #596184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 27.99%
G = 30.5%
B = 41.51%

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

#596184 (or 0x596184) is known color: Waikawa Grey. HEX triplet: 59, 61 and 84. RGB value is (89,97,132). Sum of RGB (Red+Green+Blue) = 89+97+132=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #596184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596184 is #A69E7B. Grayscale: #626262. Windows color (decimal): -10919548 or 8675673. OLE color: 8675673.

HSL color Cylindrical-coordinate representation of color #596184: hue angle of 228.84º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #596184 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 97 132 -
CMYK 0.33 0.27 0 0.48
HSL 228.84º 0.19% 0.43% -
HSV(B) 228.84º 0.33% 0.52% -
XYZ 12.56 12.34 23.55 -
YUV 98.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 89 97 132 0.33 0.27 0 0.48 228.84 0.19 0.43
Hex 59 61 84 21 1B 0 30 E5 13 2B
Octal 131 141 204 41 33 0 60 345 23 53
Binary 1011001 1100001 10000100 100001 11011 0 110000 11100101 10011 101011

Color Harmonies of #596184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596184

Black with #596184

Text Example


Text Example

White with #596184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596184; }

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

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

background-color css

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

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

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

border-color css

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

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

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