Html Css Color HEX #596B9C Waikawa Grey

📋 copy color: '#596B9C'

red 89 ◦ green 107 ◦ blue 156

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

Shades of Waikawa Grey #596B9C

Tints of Waikawa Grey #596B9C

RGB

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

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

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

R = 25.28%
G = 30.4%
B = 44.32%

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

#596B9C (or 0x596B9C) is known color: Waikawa Grey. HEX triplet: 59, 6B and 9C. RGB value is (89,107,156). Sum of RGB (Red+Green+Blue) = 89+107+156=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #596B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596B9C is #A69463. Grayscale: #6A6A6A. Windows color (decimal): -10916964 or 10251097. OLE color: 10251097.

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

Color convert

RGB 89 107 156 -
CMYK 0.43 0.31 0 0.39
HSL 223.88º 0.27% 0.48% -
HSV(B) 223.88º 0.43% 0.61% -
XYZ 15.38 15.04 33.54 -
YUV 107.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 89 107 156 0.43 0.31 0 0.39 223.88 0.27 0.48
Hex 59 6B 9C 2B 1F 0 27 E0 1B 30
Octal 131 153 234 53 37 0 47 340 33 60
Binary 1011001 1101011 10011100 101011 11111 0 100111 11100000 11011 110000

Color Harmonies of #596B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596B9C

Black with #596B9C

Text Example


Text Example

White with #596B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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