Html Css Color HEX #59699D Waikawa Grey

📋 copy color: '#59699D'

red 89 ◦ green 105 ◦ blue 157

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

Shades of Waikawa Grey #59699D

Tints of Waikawa Grey #59699D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.91%

 BLUE value IS 157 (61.72% from 255) = 44.73%

R = 25.36%
G = 29.91%
B = 44.73%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59699D (or 0x59699D) is known color: Waikawa Grey. HEX triplet: 59, 69 and 9D. RGB value is (89,105,157). Sum of RGB (Red+Green+Blue) = 89+105+157=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #59699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59699D is #A69662. Grayscale: #696969. Windows color (decimal): -10917475 or 10316121. OLE color: 10316121.

HSL color Cylindrical-coordinate representation of color #59699D: hue angle of 225.88º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59699D is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 105 157 -
CMYK 0.43 0.33 0 0.38
HSL 225.88º 0.28% 0.48% -
HSV(B) 225.88º 0.43% 0.62% -
XYZ 15.26 14.66 33.92 -
YUV 106.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 89 105 157 0.43 0.33 0 0.38 225.88 0.28 0.48
Hex 59 69 9D 2B 21 0 26 E2 1C 30
Octal 131 151 235 53 41 0 46 342 34 60
Binary 1011001 1101001 10011101 101011 100001 0 100110 11100010 11100 110000

Color Harmonies of #59699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59699D

Black with #59699D

Text Example


Text Example

White with #59699D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59699D; }

 p { color: rgb(89,105,157); }

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

background-color css

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

 a { background-color: rgb(89,105,157); }

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

border-color css

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

 span { border-color: rgb(89,105,157); }

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