Html Css Color HEX #557D74 William

📋 copy color: '#557D74'

red 85 ◦ green 125 ◦ blue 116

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

Shades of William #557D74

Tints of William #557D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 26.07%
G = 38.34%
B = 35.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#557D74 (or 0x557D74) is known color: William. HEX triplet: 55, 7D and 74. RGB value is (85,125,116). Sum of RGB (Red+Green+Blue) = 85+125+116=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 125 - color contains mainly: green. Hex color #557D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D74 is #AA828B. Grayscale: #707070. Windows color (decimal): -11174540 or 7634261. OLE color: 7634261.

HSL color Cylindrical-coordinate representation of color #557D74: hue angle of 166.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #557D74 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 116 -
CMYK 0.32 0 0.07 0.51
HSL 166.5º 0.19% 0.41% -
HSV(B) 166.5º 0.32% 0.49% -
XYZ 14.23 17.86 19.22 -
YUV 112.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 85 125 116 0.32 0 0.07 0.51 166.5 0.19 0.41
Hex 55 7D 74 20 0 7 33 A6 13 29
Octal 125 175 164 40 0 7 63 246 23 51
Binary 1010101 1111101 1110100 100000 0 111 110011 10100110 10011 101001

Color Harmonies of #557D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D74

Black with #557D74

Text Example


Text Example

White with #557D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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