#59698B

Color #59698B Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #59698B

Tints of Waikawa Grey #59698B

Color information

#59698B (or 0x59698B) is unknown color: approx 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

RGB89105139-
CMYK0.360.2400.45
HSL220.8º21.93%44.71%-
HSV(B)220.8º35.97%54.51%-
XYZ13.8314.0926.42-
YUV104.09147.7117.24-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891051390.360.2400.45220.821.9344.71
Hex59698B241802Ddd162d
Octal13115121344300553352655
Binary10110011101001100010111001001100001011011101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>