Html Css Color HEX #59688D Waikawa Grey

📋 copy color: '#59688D'

red 89 ◦ green 104 ◦ blue 141

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

Shades of Waikawa Grey #59688D

Tints of Waikawa Grey #59688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 26.65%
G = 31.14%
B = 42.22%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59688D (or 0x59688D) is known color: Waikawa Grey. HEX triplet: 59, 68 and 8D. RGB value is (89,104,141). Sum of RGB (Red+Green+Blue) = 89+104+141=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #59688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59688D is #A69772. Grayscale: #676767. Windows color (decimal): -10917747 or 9267289. OLE color: 9267289.

HSL color Cylindrical-coordinate representation of color #59688D: hue angle of 222.69º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59688D is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 104 141 -
CMYK 0.37 0.26 0 0.45
HSL 222.69º 0.23% 0.45% -
HSV(B) 222.69º 0.37% 0.55% -
XYZ 13.88 13.95 27.16 -
YUV 103.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 89 104 141 0.37 0.26 0 0.45 222.69 0.23 0.45
Hex 59 68 8D 25 1A 0 2D DF 17 2D
Octal 131 150 215 45 32 0 55 337 27 55
Binary 1011001 1101000 10001101 100101 11010 0 101101 11011111 10111 101101

Color Harmonies of #59688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59688D

Black with #59688D

Text Example


Text Example

White with #59688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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