Html Css Color HEX #59689A Waikawa Grey

📋 copy color: '#59689A'

red 89 ◦ green 104 ◦ blue 154

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

Shades of Waikawa Grey #59689A

Tints of Waikawa Grey #59689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 25.65%
G = 29.97%
B = 44.38%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#59689A (or 0x59689A) is known color: Waikawa Grey. HEX triplet: 59, 68 and 9A. RGB value is (89,104,154). Sum of RGB (Red+Green+Blue) = 89+104+154=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #59689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59689A is #A69765. Grayscale: #696969. Windows color (decimal): -10917734 or 10119257. OLE color: 10119257.

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

Color convert

RGB 89 104 154 -
CMYK 0.42 0.32 0 0.40
HSL 226.15º 0.27% 0.48% -
HSV(B) 226.15º 0.42% 0.6% -
XYZ 14.9 14.36 32.56 -
YUV 105.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 89 104 154 0.42 0.32 0 0.40 226.15 0.27 0.48
Hex 59 68 9A 2A 20 0 28 E2 1B 30
Octal 131 150 232 52 40 0 50 342 33 60
Binary 1011001 1101000 10011010 101010 100000 0 101000 11100010 11011 110000

Color Harmonies of #59689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59689A

Black with #59689A

Text Example


Text Example

White with #59689A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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