Html Css Color HEX #596F94 Waikawa Grey

📋 copy color: '#596F94'

red 89 ◦ green 111 ◦ blue 148

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

Shades of Waikawa Grey #596F94

Tints of Waikawa Grey #596F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 25.57%
G = 31.9%
B = 42.53%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596F94 (or 0x596F94) is known color: Waikawa Grey. HEX triplet: 59, 6F and 94. RGB value is (89,111,148). Sum of RGB (Red+Green+Blue) = 89+111+148=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #596F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596F94 is #A6906B. Grayscale: #6C6C6C. Windows color (decimal): -10915948 or 9727833. OLE color: 9727833.

HSL color Cylindrical-coordinate representation of color #596F94: hue angle of 217.63º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #596F94 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 111 148 -
CMYK 0.40 0.25 0 0.42
HSL 217.63º 0.25% 0.46% -
HSV(B) 217.63º 0.4% 0.58% -
XYZ 15.15 15.63 30.24 -
YUV 108.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 89 111 148 0.40 0.25 0 0.42 217.63 0.25 0.46
Hex 59 6F 94 28 19 0 2A DA 19 2E
Octal 131 157 224 50 31 0 52 332 31 56
Binary 1011001 1101111 10010100 101000 11001 0 101010 11011010 11001 101110

Color Harmonies of #596F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596F94

Black with #596F94

Text Example


Text Example

White with #596F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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