Html Css Color HEX #596393 Waikawa Grey

📋 copy color: '#596393'

red 89 ◦ green 99 ◦ blue 147

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

Shades of Waikawa Grey #596393

Tints of Waikawa Grey #596393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.88%

R = 26.57%
G = 29.55%
B = 43.88%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596393 (or 0x596393) is known color: Waikawa Grey. HEX triplet: 59, 63 and 93. RGB value is (89,99,147). Sum of RGB (Red+Green+Blue) = 89+99+147=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #596393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596393 is #A69C6C. Grayscale: #656565. Windows color (decimal): -10919021 or 9659225. OLE color: 9659225.

HSL color Cylindrical-coordinate representation of color #596393: hue angle of 229.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #596393 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 99 147 -
CMYK 0.39 0.33 0 0.42
HSL 229.66º 0.25% 0.46% -
HSV(B) 229.66º 0.39% 0.58% -
XYZ 13.85 13.15 29.41 -
YUV 101.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 89 99 147 0.39 0.33 0 0.42 229.66 0.25 0.46
Hex 59 63 93 27 21 0 2A E6 19 2E
Octal 131 143 223 47 41 0 52 346 31 56
Binary 1011001 1100011 10010011 100111 100001 0 101010 11100110 11001 101110

Color Harmonies of #596393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596393

Black with #596393

Text Example


Text Example

White with #596393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596393; }

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

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

background-color css

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

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

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

border-color css

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

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

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