Html Css Color HEX #596592 Waikawa Grey

📋 copy color: '#596592'

red 89 ◦ green 101 ◦ blue 146

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

Shades of Waikawa Grey #596592

Tints of Waikawa Grey #596592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 26.49%
G = 30.06%
B = 43.45%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#596592 (or 0x596592) is known color: Waikawa Grey. HEX triplet: 59, 65 and 92. RGB value is (89,101,146). Sum of RGB (Red+Green+Blue) = 89+101+146=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #596592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596592 is #A69A6D. Grayscale: #666666. Windows color (decimal): -10918510 or 9594201. OLE color: 9594201.

HSL color Cylindrical-coordinate representation of color #596592: hue angle of 227.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #596592 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 101 146 -
CMYK 0.39 0.31 0 0.43
HSL 227.37º 0.24% 0.46% -
HSV(B) 227.37º 0.39% 0.57% -
XYZ 13.96 13.51 29.07 -
YUV 102.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 89 101 146 0.39 0.31 0 0.43 227.37 0.24 0.46
Hex 59 65 92 27 1F 0 2B E3 18 2E
Octal 131 145 222 47 37 0 53 343 30 56
Binary 1011001 1100101 10010010 100111 11111 0 101011 11100011 11000 101110

Color Harmonies of #596592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596592

Black with #596592

Text Example


Text Example

White with #596592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596592; }

 p { color: rgb(89,101,146); }

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

background-color css

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

 a { background-color: rgb(89,101,146); }

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

border-color css

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

 span { border-color: rgb(89,101,146); }

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