Html Css Color HEX #596C9C Waikawa Grey

📋 copy color: '#596C9C'

red 89 ◦ green 108 ◦ blue 156

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

Shades of Waikawa Grey #596C9C

Tints of Waikawa Grey #596C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 25.21%
G = 30.59%
B = 44.19%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#596C9C (or 0x596C9C) is known color: Waikawa Grey. HEX triplet: 59, 6C and 9C. RGB value is (89,108,156). Sum of RGB (Red+Green+Blue) = 89+108+156=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #596C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C9C is #A69363. Grayscale: #6B6B6B. Windows color (decimal): -10916708 or 10251353. OLE color: 10251353.

HSL color Cylindrical-coordinate representation of color #596C9C: hue angle of 222.99º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #596C9C is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 108 156 -
CMYK 0.43 0.31 0 0.39
HSL 222.99º 0.27% 0.48% -
HSV(B) 222.99º 0.43% 0.61% -
XYZ 15.48 15.25 33.58 -
YUV 107.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 89 108 156 0.43 0.31 0 0.39 222.99 0.27 0.48
Hex 59 6C 9C 2B 1F 0 27 DF 1B 30
Octal 131 154 234 53 37 0 47 337 33 60
Binary 1011001 1101100 10011100 101011 11111 0 100111 11011111 11011 110000

Color Harmonies of #596C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596C9C

Black with #596C9C

Text Example


Text Example

White with #596C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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