Html Css Color HEX #59668E Waikawa Grey

📋 copy color: '#59668E'

red 89 ◦ green 102 ◦ blue 142

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

Shades of Waikawa Grey #59668E

Tints of Waikawa Grey #59668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

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

R = 26.73%
G = 30.63%
B = 42.64%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59668E (or 0x59668E) is known color: Waikawa Grey. HEX triplet: 59, 66 and 8E. RGB value is (89,102,142). Sum of RGB (Red+Green+Blue) = 89+102+142=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #59668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59668E is #A69971. Grayscale: #666666. Windows color (decimal): -10918258 or 9332313. OLE color: 9332313.

HSL color Cylindrical-coordinate representation of color #59668E: hue angle of 225.28º 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 #59668E is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 102 142 -
CMYK 0.37 0.28 0 0.44
HSL 225.28º 0.23% 0.45% -
HSV(B) 225.28º 0.37% 0.56% -
XYZ 13.75 13.58 27.49 -
YUV 102.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 89 102 142 0.37 0.28 0 0.44 225.28 0.23 0.45
Hex 59 66 8E 25 1C 0 2C E1 17 2D
Octal 131 146 216 45 34 0 54 341 27 55
Binary 1011001 1100110 10001110 100101 11100 0 101100 11100001 10111 101101

Color Harmonies of #59668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59668E

Black with #59668E

Text Example


Text Example

White with #59668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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