Html Css Color HEX #556F6E William

📋 copy color: '#556F6E'

red 85 ◦ green 111 ◦ blue 110

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

Shades of William #556F6E

Tints of William #556F6E

RGB

 RED value IS 85 (33.59% from 255) = 27.78%

 GREEN value IS 111 (43.75% from 255) = 36.27%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 27.78%
G = 36.27%
B = 35.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#556F6E (or 0x556F6E) is known color: William. HEX triplet: 55, 6F and 6E. RGB value is (85,111,110). Sum of RGB (Red+Green+Blue) = 85+111+110=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 111 - color contains mainly: green. Hex color #556F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F6E is #AA9091. Grayscale: #676767. Windows color (decimal): -11178130 or 7237461. OLE color: 7237461.

HSL color Cylindrical-coordinate representation of color #556F6E: hue angle of 177.69º 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 #556F6E is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 111 110 -
CMYK 0.23 0 0.01 0.56
HSL 177.69º 0.13% 0.38% -
HSV(B) 177.69º 0.23% 0.44% -
XYZ 12.25 14.43 16.89 -
YUV 103.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 85 111 110 0.23 0 0.01 0.56 177.69 0.13 0.38
Hex 55 6F 6E 17 0 1 38 B2 D 26
Octal 125 157 156 27 0 1 70 262 15 46
Binary 1010101 1101111 1101110 10111 0 1 111000 10110010 1101 100110

Color Harmonies of #556F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F6E

Black with #556F6E

Text Example


Text Example

White with #556F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #556F6E;
 }
 .AnyTagClassName
 {
   color: #556F6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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