Html Css Color HEX #596392 Waikawa Grey

📋 copy color: '#596392'

red 89 ◦ green 99 ◦ blue 146

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

Shades of Waikawa Grey #596392

Tints of Waikawa Grey #596392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 26.65%
G = 29.64%
B = 43.71%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#596392 (or 0x596392) is known color: Waikawa Grey. HEX triplet: 59, 63 and 92. RGB value is (89,99,146). Sum of RGB (Red+Green+Blue) = 89+99+146=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #596392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596392 is #A69C6D. Grayscale: #656565. Windows color (decimal): -10919022 or 9593689. OLE color: 9593689.

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

Color convert

RGB 89 99 146 -
CMYK 0.39 0.32 0 0.43
HSL 229.47º 0.24% 0.46% -
HSV(B) 229.47º 0.39% 0.57% -
XYZ 13.77 13.12 29 -
YUV 101.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 89 99 146 0.39 0.32 0 0.43 229.47 0.24 0.46
Hex 59 63 92 27 20 0 2B E5 18 2E
Octal 131 143 222 47 40 0 53 345 30 56
Binary 1011001 1100011 10010010 100111 100000 0 101011 11100101 11000 101110

Color Harmonies of #596392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596392

Black with #596392

Text Example


Text Example

White with #596392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596392; }

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

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

background-color css

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

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

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

border-color css

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

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

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