Html Css Color HEX #596B8E Waikawa Grey

📋 copy color: '#596B8E'

red 89 ◦ green 107 ◦ blue 142

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

Shades of Waikawa Grey #596B8E

Tints of Waikawa Grey #596B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.66%

 BLUE value IS 142 (55.86% from 255) = 42.01%

R = 26.33%
G = 31.66%
B = 42.01%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#596B8E (or 0x596B8E) is known color: Waikawa Grey. HEX triplet: 59, 6B and 8E. RGB value is (89,107,142). Sum of RGB (Red+Green+Blue) = 89+107+142=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #596B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596B8E is #A69471. Grayscale: #696969. Windows color (decimal): -10916978 or 9333593. OLE color: 9333593.

HSL color Cylindrical-coordinate representation of color #596B8E: hue angle of 219.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #596B8E is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 107 142 -
CMYK 0.37 0.25 0 0.44
HSL 219.62º 0.23% 0.45% -
HSV(B) 219.62º 0.37% 0.56% -
XYZ 14.26 14.59 27.66 -
YUV 105.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 89 107 142 0.37 0.25 0 0.44 219.62 0.23 0.45
Hex 59 6B 8E 25 19 0 2C DC 17 2D
Octal 131 153 216 45 31 0 54 334 27 55
Binary 1011001 1101011 10001110 100101 11001 0 101100 11011100 10111 101101

Color Harmonies of #596B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596B8E

Black with #596B8E

Text Example


Text Example

White with #596B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,107,142); }

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

background-color css

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

 a { background-color: rgb(89,107,142); }

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

border-color css

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

 span { border-color: rgb(89,107,142); }

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