Html Css Color HEX #557E73 Cutty Sark

📋 copy color: '#557E73'

red 85 ◦ green 126 ◦ blue 115

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

Shades of Cutty Sark #557E73

Tints of Cutty Sark #557E73

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.65%

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

R = 26.07%
G = 38.65%
B = 35.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#557E73 (or 0x557E73) is known color: Cutty Sark. HEX triplet: 55, 7E and 73. RGB value is (85,126,115). Sum of RGB (Red+Green+Blue) = 85+126+115=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 126 - color contains mainly: green. Hex color #557E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E73 is #AA818C. Grayscale: #707070. Windows color (decimal): -11174285 or 7568981. OLE color: 7568981.

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

Color convert

RGB 85 126 115 -
CMYK 0.33 0 0.09 0.51
HSL 163.9º 0.19% 0.41% -
HSV(B) 163.9º 0.33% 0.49% -
XYZ 14.3 18.09 18.96 -
YUV 112.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 85 126 115 0.33 0 0.09 0.51 163.9 0.19 0.41
Hex 55 7E 73 21 0 9 33 A4 13 29
Octal 125 176 163 41 0 11 63 244 23 51
Binary 1010101 1111110 1110011 100001 0 1001 110011 10100100 10011 101001

Color Harmonies of #557E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557E73

Black with #557E73

Text Example


Text Example

White with #557E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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