Html Css Color HEX #558171 Cutty Sark

📋 copy color: '#558171'

red 85 ◦ green 129 ◦ blue 113

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

Shades of Cutty Sark #558171

Tints of Cutty Sark #558171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

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

R = 25.99%
G = 39.45%
B = 34.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#558171 (or 0x558171) is known color: Cutty Sark. HEX triplet: 55, 81 and 71. RGB value is (85,129,113). Sum of RGB (Red+Green+Blue) = 85+129+113=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 129 - color contains mainly: green. Hex color #558171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558171 is #AA7E8E. Grayscale: #727272. Windows color (decimal): -11173519 or 7438677. OLE color: 7438677.

HSL color Cylindrical-coordinate representation of color #558171: hue angle of 158.18º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558171 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 129 113 -
CMYK 0.34 0 0.12 0.49
HSL 158.18º 0.21% 0.42% -
HSV(B) 158.18º 0.34% 0.51% -
XYZ 14.58 18.82 18.49 -
YUV 114.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 85 129 113 0.34 0 0.12 0.49 158.18 0.21 0.42
Hex 55 81 71 22 0 C 31 9E 15 2A
Octal 125 201 161 42 0 14 61 236 25 52
Binary 1010101 10000001 1110001 100010 0 1100 110001 10011110 10101 101010

Color Harmonies of #558171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558171

Black with #558171

Text Example


Text Example

White with #558171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558171; }

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

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

background-color css

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

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

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

border-color css

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

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

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