#55876E

Color #55876E Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #55876E

Tints of Cutty Sark #55876E

Color information

#55876E (or 0x55876E) is unknown color: approx Cutty Sark. HEX triplet: 55, 87 and 6E. RGB value is (85,135,110). Sum of RGB (Red+Green+Blue) = 85+135+110=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #55876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55876E is #AA7891. Grayscale: #757575. Windows color (decimal): -11171986 or 7243605. OLE color: 7243605.

HSL color Cylindrical-coordinate representation of color #55876E: hue angle of 150º degrees, saturation: 0.23, 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 #55876E is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB85135110-
CMYK0.3700.190.47
HSL150º22.73%43.14%-
HSV(B)150º37.04%52.94%-
XYZ15.2220.3917.88-
YUV117.2123.94105.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 110 (43.36% from 255) = 33.33%
R=25.76%
G=40.91%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851351100.3700.190.4715022.7343.14
Hex55876E250132F96172b
Octal12520715645023572262753
Binary10101011000011111011101001010100111011111001011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55876E; }

 p { color: rgb(85,135,110); }

 H1.HeaderClassName
 {
   color: #55876E;
 }
 .AnyTagClassName
 {
   color: #55876E;
 }
</style>
background-color css

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

 a { background-color: rgb(85,135,110); }

 div.DivClassName
 {
   background-color: #55876E;
 }
 .BgClassName
 {
   background-color: #55876E;
 }
</style>
border-color css

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

 span { border-color: rgb(85,135,110); }

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