Html Css Color HEX #557D73 Cutty Sark

📋 copy color: '#557D73'

red 85 ◦ green 125 ◦ blue 115

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

Shades of Cutty Sark #557D73

Tints of Cutty Sark #557D73

RGB

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

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

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

R = 26.15%
G = 38.46%
B = 35.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#557D73 (or 0x557D73) is known color: Cutty Sark. HEX triplet: 55, 7D and 73. RGB value is (85,125,115). Sum of RGB (Red+Green+Blue) = 85+125+115=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #557D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557D73 is #AA828C. Grayscale: #6F6F6F. Windows color (decimal): -11174541 or 7568725. OLE color: 7568725.

HSL color Cylindrical-coordinate representation of color #557D73: hue angle of 165º 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 #557D73 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 125 115 -
CMYK 0.32 0 0.08 0.51
HSL 165º 0.19% 0.41% -
HSV(B) 165º 0.32% 0.49% -
XYZ 14.17 17.84 18.92 -
YUV 111.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 85 125 115 0.32 0 0.08 0.51 165 0.19 0.41
Hex 55 7D 73 20 0 8 33 A5 13 29
Octal 125 175 163 40 0 10 63 245 23 51
Binary 1010101 1111101 1110011 100000 0 1000 110011 10100101 10011 101001

Color Harmonies of #557D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557D73

Black with #557D73

Text Example


Text Example

White with #557D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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