Html Css Color HEX #596C9A Waikawa Grey

📋 copy color: '#596C9A'

red 89 ◦ green 108 ◦ blue 154

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

Shades of Waikawa Grey #596C9A

Tints of Waikawa Grey #596C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.87%

R = 25.36%
G = 30.77%
B = 43.87%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#596C9A (or 0x596C9A) is known color: Waikawa Grey. HEX triplet: 59, 6C and 9A. RGB value is (89,108,154). Sum of RGB (Red+Green+Blue) = 89+108+154=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #596C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C9A is #A69365. Grayscale: #6B6B6B. Windows color (decimal): -10916710 or 10120281. OLE color: 10120281.

HSL color Cylindrical-coordinate representation of color #596C9A: hue angle of 222.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #596C9A is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 108 154 -
CMYK 0.42 0.30 0 0.40
HSL 222.46º 0.27% 0.48% -
HSV(B) 222.46º 0.42% 0.6% -
XYZ 15.32 15.18 32.7 -
YUV 107.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 89 108 154 0.42 0.30 0 0.40 222.46 0.27 0.48
Hex 59 6C 9A 2A 1E 0 28 DE 1B 30
Octal 131 154 232 52 36 0 50 336 33 60
Binary 1011001 1101100 10011010 101010 11110 0 101000 11011110 11011 110000

Color Harmonies of #596C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596C9A

Black with #596C9A

Text Example


Text Example

White with #596C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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