Html Css Color HEX #55726A William

📋 copy color: '#55726A'

red 85 ◦ green 114 ◦ blue 106

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

Shades of William #55726A

Tints of William #55726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 27.87%
G = 37.38%
B = 34.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#55726A (or 0x55726A) is known color: William. HEX triplet: 55, 72 and 6A. RGB value is (85,114,106). Sum of RGB (Red+Green+Blue) = 85+114+106=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #55726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55726A is #AA8D95. Grayscale: #686868. Windows color (decimal): -11177366 or 6976085. OLE color: 6976085.

HSL color Cylindrical-coordinate representation of color #55726A: hue angle of 163.45º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55726A is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 114 106 -
CMYK 0.25 0 0.07 0.55
HSL 163.45º 0.15% 0.39% -
HSV(B) 163.45º 0.25% 0.45% -
XYZ 12.37 15.01 15.88 -
YUV 104.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 85 114 106 0.25 0 0.07 0.55 163.45 0.15 0.39
Hex 55 72 6A 19 0 7 37 A3 F 27
Octal 125 162 152 31 0 7 67 243 17 47
Binary 1010101 1110010 1101010 11001 0 111 110111 10100011 1111 100111

Color Harmonies of #55726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55726A

Black with #55726A

Text Example


Text Example

White with #55726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55726A; }

 p { color: rgb(85,114,106); }

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

background-color css

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

 a { background-color: rgb(85,114,106); }

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

border-color css

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

 span { border-color: rgb(85,114,106); }

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