Html Css Color HEX #557F71 Cutty Sark

📋 copy color: '#557F71'

red 85 ◦ green 127 ◦ blue 113

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

Shades of Cutty Sark #557F71

Tints of Cutty Sark #557F71

RGB

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

 GREEN value IS 127 (50% from 255) = 39.08%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 26.15%
G = 39.08%
B = 34.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#557F71 (or 0x557F71) is known color: Cutty Sark. HEX triplet: 55, 7F and 71. RGB value is (85,127,113). Sum of RGB (Red+Green+Blue) = 85+127+113=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 127 - color contains mainly: green. Hex color #557F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557F71 is #AA808E. Grayscale: #707070. Windows color (decimal): -11174031 or 7438165. OLE color: 7438165.

HSL color Cylindrical-coordinate representation of color #557F71: hue angle of 160º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557F71 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 127 113 -
CMYK 0.33 0 0.11 0.50
HSL 160º 0.2% 0.42% -
HSV(B) 160º 0.33% 0.5% -
XYZ 14.32 18.3 18.4 -
YUV 112.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 85 127 113 0.33 0 0.11 0.50 160 0.2 0.42
Hex 55 7F 71 21 0 B 32 A0 14 2A
Octal 125 177 161 41 0 13 62 240 24 52
Binary 1010101 1111111 1110001 100001 0 1011 110010 10100000 10100 101010

Color Harmonies of #557F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F71

Black with #557F71

Text Example


Text Example

White with #557F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,127,113); }

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

background-color css

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

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

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

border-color css

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

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

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