Html Css Color HEX #558D6D Cutty Sark

📋 copy color: '#558D6D'

red 85 ◦ green 141 ◦ blue 109

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

Shades of Cutty Sark #558D6D

Tints of Cutty Sark #558D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.09%

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 25.37%
G = 42.09%
B = 32.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#558D6D (or 0x558D6D) is known color: Cutty Sark. HEX triplet: 55, 8D and 6D. RGB value is (85,141,109). Sum of RGB (Red+Green+Blue) = 85+141+109=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #558D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558D6D is #AA7292. Grayscale: #787878. Windows color (decimal): -11170451 or 7179605. OLE color: 7179605.

HSL color Cylindrical-coordinate representation of color #558D6D: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558D6D is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 141 109 -
CMYK 0.40 0 0.23 0.45
HSL 145.71º 0.25% 0.44% -
HSV(B) 145.71º 0.4% 0.55% -
XYZ 16.03 22.09 17.89 -
YUV 120.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 85 141 109 0.40 0 0.23 0.45 145.71 0.25 0.44
Hex 55 8D 6D 28 0 17 2D 92 19 2C
Octal 125 215 155 50 0 27 55 222 31 54
Binary 1010101 10001101 1101101 101000 0 10111 101101 10010010 11001 101100

Color Harmonies of #558D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558D6D

Black with #558D6D

Text Example


Text Example

White with #558D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,141,109); }

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

background-color css

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

 a { background-color: rgb(85,141,109); }

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

border-color css

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

 span { border-color: rgb(85,141,109); }

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