Html Css Color HEX #559476 Cutty Sark

📋 copy color: '#559476'

red 85 ◦ green 148 ◦ blue 118

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

Shades of Cutty Sark #559476

Tints of Cutty Sark #559476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 24.22%
G = 42.17%
B = 33.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#559476 (or 0x559476) is known color: Cutty Sark. HEX triplet: 55, 94 and 76. RGB value is (85,148,118). Sum of RGB (Red+Green+Blue) = 85+148+118=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #559476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559476 is #AA6B89. Grayscale: #7D7D7D. Windows color (decimal): -11168650 or 7771221. OLE color: 7771221.

HSL color Cylindrical-coordinate representation of color #559476: hue angle of 151.43º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559476 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 118 -
CMYK 0.43 0 0.20 0.42
HSL 151.43º 0.27% 0.46% -
HSV(B) 151.43º 0.43% 0.58% -
XYZ 17.61 24.42 20.92 -
YUV 125.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 85 148 118 0.43 0 0.20 0.42 151.43 0.27 0.46
Hex 55 94 76 2B 0 14 2A 97 1B 2E
Octal 125 224 166 53 0 24 52 227 33 56
Binary 1010101 10010100 1110110 101011 0 10100 101010 10010111 11011 101110

Color Harmonies of #559476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559476

Black with #559476

Text Example


Text Example

White with #559476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559476; }

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

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

background-color css

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

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

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

border-color css

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

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

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