Html Css Color HEX #596C9B Waikawa Grey

📋 copy color: '#596C9B'

red 89 ◦ green 108 ◦ blue 155

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

Shades of Waikawa Grey #596C9B

Tints of Waikawa Grey #596C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 25.28%
G = 30.68%
B = 44.03%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#596C9B (or 0x596C9B) is known color: Waikawa Grey. HEX triplet: 59, 6C and 9B. RGB value is (89,108,155). Sum of RGB (Red+Green+Blue) = 89+108+155=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #596C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C9B is #A69364. Grayscale: #6B6B6B. Windows color (decimal): -10916709 or 10185817. OLE color: 10185817.

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

Color convert

RGB 89 108 155 -
CMYK 0.43 0.30 0 0.39
HSL 222.73º 0.27% 0.48% -
HSV(B) 222.73º 0.43% 0.61% -
XYZ 15.4 15.22 33.14 -
YUV 107.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 89 108 155 0.43 0.30 0 0.39 222.73 0.27 0.48
Hex 59 6C 9B 2B 1E 0 27 DF 1B 30
Octal 131 154 233 53 36 0 47 337 33 60
Binary 1011001 1101100 10011011 101011 11110 0 100111 11011111 11011 110000

Color Harmonies of #596C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596C9B

Black with #596C9B

Text Example


Text Example

White with #596C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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