Html Css Color HEX #59698B Waikawa Grey

📋 copy color: '#59698B'

red 89 ◦ green 105 ◦ blue 139

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

Shades of Waikawa Grey #59698B

Tints of Waikawa Grey #59698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

 BLUE value IS 139 (54.69% from 255) = 41.74%

R = 26.73%
G = 31.53%
B = 41.74%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59698B (or 0x59698B) is known color: Waikawa Grey. HEX triplet: 59, 69 and 8B. RGB value is (89,105,139). Sum of RGB (Red+Green+Blue) = 89+105+139=333 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.73% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #59698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59698B is #A69674. Grayscale: #676767. Windows color (decimal): -10917493 or 9136473. OLE color: 9136473.

HSL color Cylindrical-coordinate representation of color #59698B: hue angle of 220.8º 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 #59698B is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 105 139 -
CMYK 0.36 0.24 0 0.45
HSL 220.8º 0.22% 0.45% -
HSV(B) 220.8º 0.36% 0.55% -
XYZ 13.83 14.09 26.42 -
YUV 104.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 89 105 139 0.36 0.24 0 0.45 220.8 0.22 0.45
Hex 59 69 8B 24 18 0 2D DD 16 2D
Octal 131 151 213 44 30 0 55 335 26 55
Binary 1011001 1101001 10001011 100100 11000 0 101101 11011101 10110 101101

Color Harmonies of #59698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59698B

Black with #59698B

Text Example


Text Example

White with #59698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59698B; }

 p { color: rgb(89,105,139); }

 H1.HeaderClassName
 {
   color: #59698B;
 }
 .AnyTagClassName
 {
   color: #59698B;
 }
</style>

background-color css

<style>
 a { background-color: #59698B; }

 a { background-color: rgb(89,105,139); }

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

border-color css

<style>
 span { border-color: #59698B; }

 span { border-color: rgb(89,105,139); }

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