Html Css Color HEX #558A71 Cutty Sark

📋 copy color: '#558A71'

red 85 ◦ green 138 ◦ blue 113

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

Shades of Cutty Sark #558A71

Tints of Cutty Sark #558A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

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

R = 25.3%
G = 41.07%
B = 33.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#558A71 (or 0x558A71) is known color: Cutty Sark. HEX triplet: 55, 8A and 71. RGB value is (85,138,113). Sum of RGB (Red+Green+Blue) = 85+138+113=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #558A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A71 is #AA758E. Grayscale: #777777. Windows color (decimal): -11171215 or 7440981. OLE color: 7440981.

HSL color Cylindrical-coordinate representation of color #558A71: hue angle of 151.7º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A71 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 138 113 -
CMYK 0.38 0 0.18 0.46
HSL 151.7º 0.24% 0.44% -
HSV(B) 151.7º 0.38% 0.54% -
XYZ 15.82 21.3 18.9 -
YUV 119.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 85 138 113 0.38 0 0.18 0.46 151.7 0.24 0.44
Hex 55 8A 71 26 0 12 2E 98 18 2C
Octal 125 212 161 46 0 22 56 230 30 54
Binary 1010101 10001010 1110001 100110 0 10010 101110 10011000 11000 101100

Color Harmonies of #558A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558A71

Black with #558A71

Text Example


Text Example

White with #558A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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