Html Css Color HEX #59678E Waikawa Grey

📋 copy color: '#59678E'

red 89 ◦ green 103 ◦ blue 142

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

Shades of Waikawa Grey #59678E

Tints of Waikawa Grey #59678E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 26.65%
G = 30.84%
B = 42.51%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59678E (or 0x59678E) is known color: Waikawa Grey. HEX triplet: 59, 67 and 8E. RGB value is (89,103,142). Sum of RGB (Red+Green+Blue) = 89+103+142=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #59678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59678E is #A69871. Grayscale: #676767. Windows color (decimal): -10918002 or 9332569. OLE color: 9332569.

HSL color Cylindrical-coordinate representation of color #59678E: hue angle of 224.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #59678E is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 103 142 -
CMYK 0.37 0.27 0 0.44
HSL 224.15º 0.23% 0.45% -
HSV(B) 224.15º 0.37% 0.56% -
XYZ 13.85 13.78 27.52 -
YUV 103.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 89 103 142 0.37 0.27 0 0.44 224.15 0.23 0.45
Hex 59 67 8E 25 1B 0 2C E0 17 2D
Octal 131 147 216 45 33 0 54 340 27 55
Binary 1011001 1100111 10001110 100101 11011 0 101100 11100000 10111 101101

Color Harmonies of #59678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59678E

Black with #59678E

Text Example


Text Example

White with #59678E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59678E; }

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

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

background-color css

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

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

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

border-color css

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

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

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