Html Css Color HEX #558676 Cutty Sark

📋 copy color: '#558676'

red 85 ◦ green 134 ◦ blue 118

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

Shades of Cutty Sark #558676

Tints of Cutty Sark #558676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.76%

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 25.22%
G = 39.76%
B = 35.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#558676 (or 0x558676) is known color: Cutty Sark. HEX triplet: 55, 86 and 76. RGB value is (85,134,118). Sum of RGB (Red+Green+Blue) = 85+134+118=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #558676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558676 is #AA7989. Grayscale: #757575. Windows color (decimal): -11172234 or 7767637. OLE color: 7767637.

HSL color Cylindrical-coordinate representation of color #558676: hue angle of 160.41º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #558676 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 134 118 -
CMYK 0.37 0 0.12 0.47
HSL 160.41º 0.22% 0.43% -
HSV(B) 160.41º 0.37% 0.53% -
XYZ 15.54 20.29 20.24 -
YUV 117.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 85 134 118 0.37 0 0.12 0.47 160.41 0.22 0.43
Hex 55 86 76 25 0 C 2F A0 16 2B
Octal 125 206 166 45 0 14 57 240 26 53
Binary 1010101 10000110 1110110 100101 0 1100 101111 10100000 10110 101011

Color Harmonies of #558676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558676

Black with #558676

Text Example


Text Example

White with #558676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558676; }

 p { color: rgb(85,134,118); }

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

background-color css

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

 a { background-color: rgb(85,134,118); }

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

border-color css

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

 span { border-color: rgb(85,134,118); }

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