#59678F

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

Shades of Waikawa Grey #59678F

Tints of Waikawa Grey #59678F

Color information

#59678F (or 0x59678F) is unknown color: approx Waikawa Grey. HEX triplet: 59, 67 and 8F. RGB value is (89,103,143). Sum of RGB (Red+Green+Blue) = 89+103+143=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #59678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59678F is #A69870. Grayscale: #676767. Windows color (decimal): -10918001 or 9398105. OLE color: 9398105.

HSL color Cylindrical-coordinate representation of color #59678F: hue angle of 224.44º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59678F is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB89103143-
CMYK0.380.2800.44
HSL224.44º23.28%45.49%-
HSV(B)224.44º37.76%56.08%-
XYZ13.9313.8127.92-
YUV103.37150.36117.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 143 (56.25% from 255) = 42.69%
R=26.57%
G=30.75%
B=42.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal891031430.380.2800.44224.4423.2845.49
Hex59678F261C02Ce0172d
Octal13114721746340543402755
Binary10110011100111100011111001101110001011001110000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59678F; }

 p { color: rgb(89,103,143); }

 H1.HeaderClassName
 {
   color: #59678F;
 }
 .AnyTagClassName
 {
   color: #59678F;
 }
</style>
background-color css

<style>
 a { background-color: #59678F; }

 a { background-color: rgb(89,103,143); }

 div.DivClassName
 {
   background-color: #59678F;
 }
 .BgClassName
 {
   background-color: #59678F;
 }
</style>
border-color css

<style>
 span { border-color: #59678F; }

 span { border-color: rgb(89,103,143); }

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