Html Css Color HEX #59658C Waikawa Grey

📋 copy color: '#59658C'

red 89 ◦ green 101 ◦ blue 140

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

Shades of Waikawa Grey #59658C

Tints of Waikawa Grey #59658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 26.97%
G = 30.61%
B = 42.42%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59658C (or 0x59658C) is known color: Waikawa Grey. HEX triplet: 59, 65 and 8C. RGB value is (89,101,140). Sum of RGB (Red+Green+Blue) = 89+101+140=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #59658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59658C is #A69A73. Grayscale: #656565. Windows color (decimal): -10918516 or 9200985. OLE color: 9200985.

HSL color Cylindrical-coordinate representation of color #59658C: hue angle of 225.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59658C is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 101 140 -
CMYK 0.36 0.28 0 0.45
HSL 225.88º 0.22% 0.45% -
HSV(B) 225.88º 0.36% 0.55% -
XYZ 13.51 13.32 26.67 -
YUV 101.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 89 101 140 0.36 0.28 0 0.45 225.88 0.22 0.45
Hex 59 65 8C 24 1C 0 2D E2 16 2D
Octal 131 145 214 44 34 0 55 342 26 55
Binary 1011001 1100101 10001100 100100 11100 0 101101 11100010 10110 101101

Color Harmonies of #59658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59658C

Black with #59658C

Text Example


Text Example

White with #59658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59658C; }

 p { color: rgb(89,101,140); }

 H1.HeaderClassName
 {
   color: #59658C;
 }
 .AnyTagClassName
 {
   color: #59658C;
 }
</style>

background-color css

<style>
 a { background-color: #59658C; }

 a { background-color: rgb(89,101,140); }

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

border-color css

<style>
 span { border-color: #59658C; }

 span { border-color: rgb(89,101,140); }

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