Html Css Color HEX #557373 William

📋 copy color: '#557373'

red 85 ◦ green 115 ◦ blue 115

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

Shades of William #557373

Tints of William #557373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

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

R = 26.98%
G = 36.51%
B = 36.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#557373 (or 0x557373) is known color: William. HEX triplet: 55, 73 and 73. RGB value is (85,115,115). Sum of RGB (Red+Green+Blue) = 85+115+115=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #557373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557373 is #AA8C8C. Grayscale: #6A6A6A. Windows color (decimal): -11177101 or 7566165. OLE color: 7566165.

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

Color convert

RGB 85 115 115 -
CMYK 0.26 0 0 0.55
HSL 180º 0.15% 0.39% -
HSV(B) 180º 0.26% 0.45% -
XYZ 12.97 15.43 18.51 -
YUV 106.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 85 115 115 0.26 0 0 0.55 180 0.15 0.39
Hex 55 73 73 1A 0 0 37 B4 F 27
Octal 125 163 163 32 0 0 67 264 17 47
Binary 1010101 1110011 1110011 11010 0 0 110111 10110100 1111 100111

Color Harmonies of #557373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557373

Black with #557373

Text Example


Text Example

White with #557373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557373; }

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

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

background-color css

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

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

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

border-color css

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

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

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