Html Css Color HEX #596692 Waikawa Grey

📋 copy color: '#596692'

red 89 ◦ green 102 ◦ blue 146

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

Shades of Waikawa Grey #596692

Tints of Waikawa Grey #596692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

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

R = 26.41%
G = 30.27%
B = 43.32%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#596692 (or 0x596692) is known color: Waikawa Grey. HEX triplet: 59, 66 and 92. RGB value is (89,102,146). Sum of RGB (Red+Green+Blue) = 89+102+146=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #596692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596692 is #A6996D. Grayscale: #666666. Windows color (decimal): -10918254 or 9594457. OLE color: 9594457.

HSL color Cylindrical-coordinate representation of color #596692: hue angle of 226.32º 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 #596692 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 102 146 -
CMYK 0.39 0.30 0 0.43
HSL 226.32º 0.24% 0.46% -
HSV(B) 226.32º 0.39% 0.57% -
XYZ 14.06 13.7 29.1 -
YUV 103.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 89 102 146 0.39 0.30 0 0.43 226.32 0.24 0.46
Hex 59 66 92 27 1E 0 2B E2 18 2E
Octal 131 146 222 47 36 0 53 342 30 56
Binary 1011001 1100110 10010010 100111 11110 0 101011 11100010 11000 101110

Color Harmonies of #596692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596692

Black with #596692

Text Example


Text Example

White with #596692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596692; }

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

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

background-color css

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

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

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

border-color css

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

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

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