Html Css Color HEX #55756F William

📋 copy color: '#55756F'

red 85 ◦ green 117 ◦ blue 111

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

Shades of William #55756F

Tints of William #55756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 27.16%
G = 37.38%
B = 35.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#55756F (or 0x55756F) is known color: William. HEX triplet: 55, 75 and 6F. RGB value is (85,117,111). Sum of RGB (Red+Green+Blue) = 85+117+111=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #55756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55756F is #AA8A90. Grayscale: #6A6A6A. Windows color (decimal): -11176593 or 7304533. OLE color: 7304533.

HSL color Cylindrical-coordinate representation of color #55756F: hue angle of 168.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55756F is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 117 111 -
CMYK 0.27 0 0.05 0.54
HSL 168.75º 0.16% 0.4% -
HSV(B) 168.75º 0.27% 0.46% -
XYZ 12.98 15.8 17.4 -
YUV 106.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 85 117 111 0.27 0 0.05 0.54 168.75 0.16 0.4
Hex 55 75 6F 1B 0 5 36 A9 10 28
Octal 125 165 157 33 0 5 66 251 20 50
Binary 1010101 1110101 1101111 11011 0 101 110110 10101001 10000 101000

Color Harmonies of #55756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55756F

Black with #55756F

Text Example


Text Example

White with #55756F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55756F; }

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

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

background-color css

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

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

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

border-color css

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

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

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