Html Css Color HEX #559477 Cutty Sark

📋 copy color: '#559477'

red 85 ◦ green 148 ◦ blue 119

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

Shades of Cutty Sark #559477

Tints of Cutty Sark #559477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.81%

R = 24.15%
G = 42.05%
B = 33.81%

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

#559477 (or 0x559477) is known color: Cutty Sark. HEX triplet: 55, 94 and 77. RGB value is (85,148,119). Sum of RGB (Red+Green+Blue) = 85+148+119=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #559477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559477 is #AA6B88. Grayscale: #7D7D7D. Windows color (decimal): -11168649 or 7836757. OLE color: 7836757.

HSL color Cylindrical-coordinate representation of color #559477: hue angle of 152.38º 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 #559477 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 119 -
CMYK 0.43 0 0.20 0.42
HSL 152.38º 0.27% 0.46% -
HSV(B) 152.38º 0.43% 0.58% -
XYZ 17.67 24.44 21.24 -
YUV 125.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 85 148 119 0.43 0 0.20 0.42 152.38 0.27 0.46
Hex 55 94 77 2B 0 14 2A 98 1B 2E
Octal 125 224 167 53 0 24 52 230 33 56
Binary 1010101 10010100 1110111 101011 0 10100 101010 10011000 11011 101110

Color Harmonies of #559477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559477

Black with #559477

Text Example


Text Example

White with #559477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559477; }

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

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

background-color css

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

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

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

border-color css

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

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

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