#556F69

Color #556F69 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #556F69

Tints of William #556F69

Color information

#556F69 (or 0x556F69) is unknown color: approx William. HEX triplet: 55, 6F and 69. RGB value is (85,111,105). Sum of RGB (Red+Green+Blue) = 85+111+105=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 111 - color contains mainly: green. Hex color #556F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F69 is #AA9096. Grayscale: #666666. Windows color (decimal): -11178135 or 6909781. OLE color: 6909781.

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

Color convert

RGB85111105-
CMYK0.2300.050.56
HSL166.15º13.27%38.43%-
HSV(B)166.15º23.42%43.53%-
XYZ11.9814.3215.5-
YUV102.54129.39115.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=28.24%
G=36.88%
B=34.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal851111050.2300.050.56166.1513.2738.43
Hex556F69170538a6d26
Octal1251571512705702461546
Binary101010111011111101001101110101111000101001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556F69; }

 p { color: rgb(85,111,105); }

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

<style>
 a { background-color: #556F69; }

 a { background-color: rgb(85,111,105); }

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

<style>
 span { border-color: #556F69; }

 span { border-color: rgb(85,111,105); }

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