Html Css Color HEX #557F72 Cutty Sark

📋 copy color: '#557F72'

red 85 ◦ green 127 ◦ blue 114

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

Shades of Cutty Sark #557F72

Tints of Cutty Sark #557F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 26.07%
G = 38.96%
B = 34.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#557F72 (or 0x557F72) is known color: Cutty Sark. HEX triplet: 55, 7F and 72. RGB value is (85,127,114). Sum of RGB (Red+Green+Blue) = 85+127+114=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 127 - color contains mainly: green. Hex color #557F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557F72 is #AA808D. Grayscale: #707070. Windows color (decimal): -11174030 or 7503701. OLE color: 7503701.

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

Color convert

RGB 85 127 114 -
CMYK 0.33 0 0.10 0.50
HSL 161.43º 0.2% 0.42% -
HSV(B) 161.43º 0.33% 0.5% -
XYZ 14.37 18.32 18.7 -
YUV 112.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 85 127 114 0.33 0 0.10 0.50 161.43 0.2 0.42
Hex 55 7F 72 21 0 A 32 A1 14 2A
Octal 125 177 162 41 0 12 62 241 24 52
Binary 1010101 1111111 1110010 100001 0 1010 110010 10100001 10100 101010

Color Harmonies of #557F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557F72

Black with #557F72

Text Example


Text Example

White with #557F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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