Html Css Color HEX #59769A Waikawa Grey

📋 copy color: '#59769A'

red 89 ◦ green 118 ◦ blue 154

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

Shades of Waikawa Grey #59769A

Tints of Waikawa Grey #59769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 24.65%
G = 32.69%
B = 42.66%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#59769A (or 0x59769A) is known color: Waikawa Grey. HEX triplet: 59, 76 and 9A. RGB value is (89,118,154). Sum of RGB (Red+Green+Blue) = 89+118+154=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #59769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59769A is #A68965. Grayscale: #717171. Windows color (decimal): -10914150 or 10122841. OLE color: 10122841.

HSL color Cylindrical-coordinate representation of color #59769A: hue angle of 213.23º 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 #59769A is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 118 154 -
CMYK 0.42 0.23 0 0.40
HSL 213.23º 0.27% 0.48% -
HSV(B) 213.23º 0.42% 0.6% -
XYZ 16.43 17.41 33.07 -
YUV 113.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 89 118 154 0.42 0.23 0 0.40 213.23 0.27 0.48
Hex 59 76 9A 2A 17 0 28 D5 1B 30
Octal 131 166 232 52 27 0 50 325 33 60
Binary 1011001 1110110 10011010 101010 10111 0 101000 11010101 11011 110000

Color Harmonies of #59769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59769A

Black with #59769A

Text Example


Text Example

White with #59769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59769A; }

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

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

background-color css

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

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

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

border-color css

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

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

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