#5C8779

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

Shades of Cutty Sark #5C8779

Tints of Cutty Sark #5C8779

Color information

#5C8779 (or 0x5C8779) is unknown color: approx Cutty Sark. HEX triplet: 5C, 87 and 79. RGB value is (92,135,121). Sum of RGB (Red+Green+Blue) = 92+135+121=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #5C8779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8779 is #A37886. Grayscale: #787878. Windows color (decimal): -10713223 or 7964508. OLE color: 7964508.

HSL color Cylindrical-coordinate representation of color #5C8779: hue angle of 160.47º 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 #5C8779 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB92135121-
CMYK0.3200.100.47
HSL160.47º18.94%44.51%-
HSV(B)160.47º31.85%52.94%-
XYZ16.5320.9821.27-
YUV120.55128.25107.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.44%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=26.44%
G=38.79%
B=34.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal921351210.3200.100.47160.4718.9444.51
Hex5C8779200A2Fa0132d
Octal13420717140012572402355
Binary1011100100001111111001100000010101011111010000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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