Html Css Color HEX #556D67 William

📋 copy color: '#556D67'

red 85 ◦ green 109 ◦ blue 103

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

Shades of William #556D67

Tints of William #556D67

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.7%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 28.62%
G = 36.7%
B = 34.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#556D67 (or 0x556D67) is known color: William. HEX triplet: 55, 6D and 67. RGB value is (85,109,103). Sum of RGB (Red+Green+Blue) = 85+109+103=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 109 - color contains mainly: green. Hex color #556D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D67 is #AA9298. Grayscale: #656565. Windows color (decimal): -11178649 or 6778197. OLE color: 6778197.

HSL color Cylindrical-coordinate representation of color #556D67: hue angle of 165º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #556D67 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 109 103 -
CMYK 0.22 0 0.06 0.57
HSL 165º 0.12% 0.38% -
HSV(B) 165º 0.22% 0.43% -
XYZ 11.66 13.85 14.89 -
YUV 101.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 85 109 103 0.22 0 0.06 0.57 165 0.12 0.38
Hex 55 6D 67 16 0 6 39 A5 C 26
Octal 125 155 147 26 0 6 71 245 14 46
Binary 1010101 1101101 1100111 10110 0 110 111001 10100101 1100 100110

Color Harmonies of #556D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D67

Black with #556D67

Text Example


Text Example

White with #556D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,109,103); }

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

background-color css

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

 a { background-color: rgb(85,109,103); }

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

border-color css

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

 span { border-color: rgb(85,109,103); }

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