Html Css Color HEX #558D6A Cutty Sark

📋 copy color: '#558D6A'

red 85 ◦ green 141 ◦ blue 106

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

Shades of Cutty Sark #558D6A

Tints of Cutty Sark #558D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 25.6%
G = 42.47%
B = 31.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#558D6A (or 0x558D6A) is known color: Cutty Sark. HEX triplet: 55, 8D and 6A. RGB value is (85,141,106). Sum of RGB (Red+Green+Blue) = 85+141+106=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #558D6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558D6A is #AA7295. Grayscale: #787878. Windows color (decimal): -11170454 or 6982997. OLE color: 6982997.

HSL color Cylindrical-coordinate representation of color #558D6A: hue angle of 142.5º 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 #558D6A is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 141 106 -
CMYK 0.40 0 0.25 0.45
HSL 142.5º 0.25% 0.44% -
HSV(B) 142.5º 0.4% 0.55% -
XYZ 15.87 22.02 17.05 -
YUV 120.27 119.95 102.85 -
System Red Green Blue C M Y K H S L
Decimal 85 141 106 0.40 0 0.25 0.45 142.5 0.25 0.44
Hex 55 8D 6A 28 0 19 2D 8E 19 2C
Octal 125 215 152 50 0 31 55 216 31 54
Binary 1010101 10001101 1101010 101000 0 11001 101101 10001110 11001 101100

Color Harmonies of #558D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558D6A

Black with #558D6A

Text Example


Text Example

White with #558D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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