Html Css Color HEX #556461 William

📋 copy color: '#556461'

red 85 ◦ green 100 ◦ blue 97

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

Shades of William #556461

Tints of William #556461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 30.14%
G = 35.46%
B = 34.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#556461 (or 0x556461) is known color: William. HEX triplet: 55, 64 and 61. RGB value is (85,100,97). Sum of RGB (Red+Green+Blue) = 85+100+97=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 100 - color contains mainly: green. Hex color #556461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556461 is #AA9B9E. Grayscale: #5F5F5F. Windows color (decimal): -11180959 or 6382677. OLE color: 6382677.

HSL color Cylindrical-coordinate representation of color #556461: hue angle of 168º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #556461 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 100 97 -
CMYK 0.15 0 0.03 0.61
HSL 168º 0.08% 0.36% -
HSV(B) 168º 0.15% 0.39% -
XYZ 10.46 11.91 13.06 -
YUV 95.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 85 100 97 0.15 0 0.03 0.61 168 0.08 0.36
Hex 55 64 61 F 0 3 3D A8 8 24
Octal 125 144 141 17 0 3 75 250 10 44
Binary 1010101 1100100 1100001 1111 0 11 111101 10101000 1000 100100

Color Harmonies of #556461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556461

Black with #556461

Text Example


Text Example

White with #556461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556461; }

 p { color: rgb(85,100,97); }

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

background-color css

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

 a { background-color: rgb(85,100,97); }

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

border-color css

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

 span { border-color: rgb(85,100,97); }

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