Html Css Color HEX #556562 William

📋 copy color: '#556562'

red 85 ◦ green 101 ◦ blue 98

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

Shades of William #556562

Tints of William #556562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.56%

 BLUE value IS 98 (38.67% from 255) = 34.51%

R = 29.93%
G = 35.56%
B = 34.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#556562 (or 0x556562) is known color: William. HEX triplet: 55, 65 and 62. RGB value is (85,101,98). Sum of RGB (Red+Green+Blue) = 85+101+98=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #556562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556562 is #AA9A9D. Grayscale: #5F5F5F. Windows color (decimal): -11180702 or 6448469. OLE color: 6448469.

HSL color Cylindrical-coordinate representation of color #556562: hue angle of 168.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556562 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 98 -
CMYK 0.16 0 0.03 0.60
HSL 168.75º 0.09% 0.36% -
HSV(B) 168.75º 0.16% 0.4% -
XYZ 10.6 12.12 13.34 -
YUV 95.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 85 101 98 0.16 0 0.03 0.60 168.75 0.09 0.36
Hex 55 65 62 10 0 3 3C A9 9 24
Octal 125 145 142 20 0 3 74 251 11 44
Binary 1010101 1100101 1100010 10000 0 11 111100 10101001 1001 100100

Color Harmonies of #556562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556562

Black with #556562

Text Example


Text Example

White with #556562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556562; }

 p { color: rgb(85,101,98); }

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

background-color css

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

 a { background-color: rgb(85,101,98); }

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

border-color css

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

 span { border-color: rgb(85,101,98); }

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