Html Css Color HEX #596F9B Waikawa Grey

📋 copy color: '#596F9B'

red 89 ◦ green 111 ◦ blue 155

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

Shades of Waikawa Grey #596F9B

Tints of Waikawa Grey #596F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 25.07%
G = 31.27%
B = 43.66%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#596F9B (or 0x596F9B) is known color: Waikawa Grey. HEX triplet: 59, 6F and 9B. RGB value is (89,111,155). Sum of RGB (Red+Green+Blue) = 89+111+155=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #596F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596F9B is #A69064. Grayscale: #6D6D6D. Windows color (decimal): -10915941 or 10186585. OLE color: 10186585.

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

Color convert

RGB 89 111 155 -
CMYK 0.43 0.28 0 0.39
HSL 220º 0.27% 0.48% -
HSV(B) 220º 0.43% 0.61% -
XYZ 15.72 15.86 33.24 -
YUV 109.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 89 111 155 0.43 0.28 0 0.39 220 0.27 0.48
Hex 59 6F 9B 2B 1C 0 27 DC 1B 30
Octal 131 157 233 53 34 0 47 334 33 60
Binary 1011001 1101111 10011011 101011 11100 0 100111 11011100 11011 110000

Color Harmonies of #596F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596F9B

Black with #596F9B

Text Example


Text Example

White with #596F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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