Html Css Color HEX #558971 Cutty Sark

📋 copy color: '#558971'

red 85 ◦ green 137 ◦ blue 113

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

Shades of Cutty Sark #558971

Tints of Cutty Sark #558971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

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

R = 25.37%
G = 40.9%
B = 33.73%

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

#558971 (or 0x558971) is known color: Cutty Sark. HEX triplet: 55, 89 and 71. RGB value is (85,137,113). Sum of RGB (Red+Green+Blue) = 85+137+113=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #558971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558971 is #AA768E. Grayscale: #767676. Windows color (decimal): -11171471 or 7440725. OLE color: 7440725.

HSL color Cylindrical-coordinate representation of color #558971: hue angle of 152.31º degrees, saturation: 0.23, 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 #558971 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 113 -
CMYK 0.38 0 0.18 0.46
HSL 152.31º 0.23% 0.44% -
HSV(B) 152.31º 0.38% 0.54% -
XYZ 15.67 21.01 18.85 -
YUV 118.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 85 137 113 0.38 0 0.18 0.46 152.31 0.23 0.44
Hex 55 89 71 26 0 12 2E 98 17 2C
Octal 125 211 161 46 0 22 56 230 27 54
Binary 1010101 10001001 1110001 100110 0 10010 101110 10011000 10111 101100

Color Harmonies of #558971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558971

Black with #558971

Text Example


Text Example

White with #558971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558971; }

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

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

background-color css

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

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

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

border-color css

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

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

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