Html Css Color HEX #557E74 Cutty Sark

📋 copy color: '#557E74'

red 85 ◦ green 126 ◦ blue 116

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

Shades of Cutty Sark #557E74

Tints of Cutty Sark #557E74

RGB

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

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

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

R = 25.99%
G = 38.53%
B = 35.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#557E74 (or 0x557E74) is known color: Cutty Sark. HEX triplet: 55, 7E and 74. RGB value is (85,126,116). Sum of RGB (Red+Green+Blue) = 85+126+116=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 126 - color contains mainly: green. Hex color #557E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557E74 is #AA818B. Grayscale: #707070. Windows color (decimal): -11174284 or 7634517. OLE color: 7634517.

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

Color convert

RGB 85 126 116 -
CMYK 0.33 0 0.08 0.51
HSL 165.37º 0.19% 0.41% -
HSV(B) 165.37º 0.33% 0.49% -
XYZ 14.36 18.11 19.26 -
YUV 112.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 85 126 116 0.33 0 0.08 0.51 165.37 0.19 0.41
Hex 55 7E 74 21 0 8 33 A5 13 29
Octal 125 176 164 41 0 10 63 245 23 51
Binary 1010101 1111110 1110100 100001 0 1000 110011 10100101 10011 101001

Color Harmonies of #557E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557E74

Black with #557E74

Text Example


Text Example

White with #557E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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