Html Css Color HEX #59648E Waikawa Grey

📋 copy color: '#59648E'

red 89 ◦ green 100 ◦ blue 142

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

Shades of Waikawa Grey #59648E

Tints of Waikawa Grey #59648E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

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

R = 26.89%
G = 30.21%
B = 42.9%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59648E (or 0x59648E) is known color: Waikawa Grey. HEX triplet: 59, 64 and 8E. RGB value is (89,100,142). Sum of RGB (Red+Green+Blue) = 89+100+142=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #59648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59648E is #A69B71. Grayscale: #656565. Windows color (decimal): -10918770 or 9331801. OLE color: 9331801.

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

Color convert

RGB 89 100 142 -
CMYK 0.37 0.30 0 0.44
HSL 227.55º 0.23% 0.45% -
HSV(B) 227.55º 0.37% 0.56% -
XYZ 13.56 13.19 27.42 -
YUV 101.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 89 100 142 0.37 0.30 0 0.44 227.55 0.23 0.45
Hex 59 64 8E 25 1E 0 2C E4 17 2D
Octal 131 144 216 45 36 0 54 344 27 55
Binary 1011001 1100100 10001110 100101 11110 0 101100 11100100 10111 101101

Color Harmonies of #59648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59648E

Black with #59648E

Text Example


Text Example

White with #59648E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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