Html Css Color HEX #557C71 Cutty Sark

📋 copy color: '#557C71'

red 85 ◦ green 124 ◦ blue 113

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

Shades of Cutty Sark #557C71

Tints of Cutty Sark #557C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.51%

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

R = 26.4%
G = 38.51%
B = 35.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#557C71 (or 0x557C71) is known color: Cutty Sark. HEX triplet: 55, 7C and 71. RGB value is (85,124,113). Sum of RGB (Red+Green+Blue) = 85+124+113=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #557C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C71 is #AA838E. Grayscale: #6F6F6F. Windows color (decimal): -11174799 or 7437397. OLE color: 7437397.

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

Color convert

RGB 85 124 113 -
CMYK 0.31 0 0.09 0.51
HSL 163.08º 0.19% 0.41% -
HSV(B) 163.08º 0.31% 0.49% -
XYZ 13.93 17.54 18.27 -
YUV 111.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 85 124 113 0.31 0 0.09 0.51 163.08 0.19 0.41
Hex 55 7C 71 1F 0 9 33 A3 13 29
Octal 125 174 161 37 0 11 63 243 23 51
Binary 1010101 1111100 1110001 11111 0 1001 110011 10100011 10011 101001

Color Harmonies of #557C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557C71

Black with #557C71

Text Example


Text Example

White with #557C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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