Html Css Color HEX #596795 Waikawa Grey

📋 copy color: '#596795'

red 89 ◦ green 103 ◦ blue 149

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

Shades of Waikawa Grey #596795

Tints of Waikawa Grey #596795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 26.1%
G = 30.21%
B = 43.7%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#596795 (or 0x596795) is known color: Waikawa Grey. HEX triplet: 59, 67 and 95. RGB value is (89,103,149). Sum of RGB (Red+Green+Blue) = 89+103+149=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #596795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596795 is #A6986A. Grayscale: #676767. Windows color (decimal): -10917995 or 9791321. OLE color: 9791321.

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

Color convert

RGB 89 103 149 -
CMYK 0.40 0.31 0 0.42
HSL 226º 0.25% 0.47% -
HSV(B) 226º 0.4% 0.58% -
XYZ 14.39 13.99 30.38 -
YUV 104.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 89 103 149 0.40 0.31 0 0.42 226 0.25 0.47
Hex 59 67 95 28 1F 0 2A E2 19 2F
Octal 131 147 225 50 37 0 52 342 31 57
Binary 1011001 1100111 10010101 101000 11111 0 101010 11100010 11001 101111

Color Harmonies of #596795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596795

Black with #596795

Text Example


Text Example

White with #596795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596795; }

 p { color: rgb(89,103,149); }

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

background-color css

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

 a { background-color: rgb(89,103,149); }

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

border-color css

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

 span { border-color: rgb(89,103,149); }

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