#5C877C

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

Shades of Cutty Sark #5C877C

Tints of Cutty Sark #5C877C

Color information

#5C877C (or 0x5C877C) is unknown color: approx Cutty Sark. HEX triplet: 5C, 87 and 7C. RGB value is (92,135,124). Sum of RGB (Red+Green+Blue) = 92+135+124=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #5C877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C877C is #A37883. Grayscale: #787878. Windows color (decimal): -10713220 or 8161116. OLE color: 8161116.

HSL color Cylindrical-coordinate representation of color #5C877C: hue angle of 164.65º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C877C is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB92135124-
CMYK0.3200.080.47
HSL164.65º18.94%44.51%-
HSV(B)164.65º31.85%52.94%-
XYZ16.7221.0622.25-
YUV120.89129.75107.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.21%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=26.21%
G=38.46%
B=35.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal921351240.3200.080.47164.6518.9444.51
Hex5C877C20082Fa5132d
Octal13420717440010572452355
Binary1011100100001111111100100000010001011111010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C877C; }

 p { color: rgb(92,135,124); }

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

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

 a { background-color: rgb(92,135,124); }

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

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

 span { border-color: rgb(92,135,124); }

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