Html Css Color HEX #557473 William

📋 copy color: '#557473'

red 85 ◦ green 116 ◦ blue 115

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

Shades of William #557473

Tints of William #557473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 26.9%
G = 36.71%
B = 36.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#557473 (or 0x557473) is known color: William. HEX triplet: 55, 74 and 73. RGB value is (85,116,115). Sum of RGB (Red+Green+Blue) = 85+116+115=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #557473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557473 is #AA8B8C. Grayscale: #6A6A6A. Windows color (decimal): -11176845 or 7566421. OLE color: 7566421.

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

Color convert

RGB 85 116 115 -
CMYK 0.27 0 0.01 0.55
HSL 178.06º 0.15% 0.39% -
HSV(B) 178.06º 0.27% 0.45% -
XYZ 13.09 15.66 18.55 -
YUV 106.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 85 116 115 0.27 0 0.01 0.55 178.06 0.15 0.39
Hex 55 74 73 1B 0 1 37 B2 F 27
Octal 125 164 163 33 0 1 67 262 17 47
Binary 1010101 1110100 1110011 11011 0 1 110111 10110010 1111 100111

Color Harmonies of #557473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557473

Black with #557473

Text Example


Text Example

White with #557473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557473; }

 p { color: rgb(85,116,115); }

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

background-color css

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

 a { background-color: rgb(85,116,115); }

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

border-color css

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

 span { border-color: rgb(85,116,115); }

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