Html Css Color HEX #596C93 Waikawa Grey

📋 copy color: '#596C93'

red 89 ◦ green 108 ◦ blue 147

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

Shades of Waikawa Grey #596C93

Tints of Waikawa Grey #596C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.4%

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

R = 25.87%
G = 31.4%
B = 42.73%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596C93 (or 0x596C93) is known color: Waikawa Grey. HEX triplet: 59, 6C and 93. RGB value is (89,108,147). Sum of RGB (Red+Green+Blue) = 89+108+147=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #596C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C93 is #A6936C. Grayscale: #6A6A6A. Windows color (decimal): -10916717 or 9661529. OLE color: 9661529.

HSL color Cylindrical-coordinate representation of color #596C93: hue angle of 220.34º 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 #596C93 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 108 147 -
CMYK 0.39 0.27 0 0.42
HSL 220.34º 0.25% 0.46% -
HSV(B) 220.34º 0.39% 0.58% -
XYZ 14.75 14.96 29.71 -
YUV 106.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 89 108 147 0.39 0.27 0 0.42 220.34 0.25 0.46
Hex 59 6C 93 27 1B 0 2A DC 19 2E
Octal 131 154 223 47 33 0 52 334 31 56
Binary 1011001 1101100 10010011 100111 11011 0 101010 11011100 11001 101110

Color Harmonies of #596C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596C93

Black with #596C93

Text Example


Text Example

White with #596C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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