Html Css Color HEX #559373 Cutty Sark

📋 copy color: '#559373'

red 85 ◦ green 147 ◦ blue 115

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

Shades of Cutty Sark #559373

Tints of Cutty Sark #559373

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.36%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 24.5%
G = 42.36%
B = 33.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#559373 (or 0x559373) is known color: Cutty Sark. HEX triplet: 55, 93 and 73. RGB value is (85,147,115). Sum of RGB (Red+Green+Blue) = 85+147+115=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #559373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559373 is #AA6C8C. Grayscale: #7C7C7C. Windows color (decimal): -11168909 or 7574357. OLE color: 7574357.

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

Color convert

RGB 85 147 115 -
CMYK 0.42 0 0.22 0.42
HSL 149.03º 0.27% 0.45% -
HSV(B) 149.03º 0.42% 0.58% -
XYZ 17.27 24.04 19.95 -
YUV 124.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 85 147 115 0.42 0 0.22 0.42 149.03 0.27 0.45
Hex 55 93 73 2A 0 16 2A 95 1B 2D
Octal 125 223 163 52 0 26 52 225 33 55
Binary 1010101 10010011 1110011 101010 0 10110 101010 10010101 11011 101101

Color Harmonies of #559373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559373

Black with #559373

Text Example


Text Example

White with #559373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559373; }

 p { color: rgb(85,147,115); }

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

background-color css

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

 a { background-color: rgb(85,147,115); }

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

border-color css

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

 span { border-color: rgb(85,147,115); }

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