Html Css Color HEX #558C71 Cutty Sark

📋 copy color: '#558C71'

red 85 ◦ green 140 ◦ blue 113

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

Shades of Cutty Sark #558C71

Tints of Cutty Sark #558C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

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

R = 25.15%
G = 41.42%
B = 33.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#558C71 (or 0x558C71) is known color: Cutty Sark. HEX triplet: 55, 8C and 71. RGB value is (85,140,113). Sum of RGB (Red+Green+Blue) = 85+140+113=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #558C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C71 is #AA738E. Grayscale: #787878. Windows color (decimal): -11170703 or 7441493. OLE color: 7441493.

HSL color Cylindrical-coordinate representation of color #558C71: hue angle of 150.55º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558C71 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 140 113 -
CMYK 0.39 0 0.19 0.45
HSL 150.55º 0.24% 0.44% -
HSV(B) 150.55º 0.39% 0.55% -
XYZ 16.11 21.88 19 -
YUV 120.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 85 140 113 0.39 0 0.19 0.45 150.55 0.24 0.44
Hex 55 8C 71 27 0 13 2D 97 18 2C
Octal 125 214 161 47 0 23 55 227 30 54
Binary 1010101 10001100 1110001 100111 0 10011 101101 10010111 11000 101100

Color Harmonies of #558C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558C71

Black with #558C71

Text Example


Text Example

White with #558C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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