Html Css Color HEX #596A8D Waikawa Grey

📋 copy color: '#596A8D'

red 89 ◦ green 106 ◦ blue 141

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

Shades of Waikawa Grey #596A8D

Tints of Waikawa Grey #596A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

 BLUE value IS 141 (55.47% from 255) = 41.96%

R = 26.49%
G = 31.55%
B = 41.96%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#596A8D (or 0x596A8D) is known color: Waikawa Grey. HEX triplet: 59, 6A and 8D. RGB value is (89,106,141). Sum of RGB (Red+Green+Blue) = 89+106+141=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #596A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596A8D is #A69572. Grayscale: #686868. Windows color (decimal): -10917235 or 9267801. OLE color: 9267801.

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

Color convert

RGB 89 106 141 -
CMYK 0.37 0.25 0 0.45
HSL 220.38º 0.23% 0.45% -
HSV(B) 220.38º 0.37% 0.55% -
XYZ 14.08 14.36 27.23 -
YUV 104.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 89 106 141 0.37 0.25 0 0.45 220.38 0.23 0.45
Hex 59 6A 8D 25 19 0 2D DC 17 2D
Octal 131 152 215 45 31 0 55 334 27 55
Binary 1011001 1101010 10001101 100101 11001 0 101101 11011100 10111 101101

Color Harmonies of #596A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596A8D

Black with #596A8D

Text Example


Text Example

White with #596A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,106,141); }

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

background-color css

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

 a { background-color: rgb(89,106,141); }

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

border-color css

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

 span { border-color: rgb(89,106,141); }

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