#5C856E

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

Shades of Cutty Sark #5C856E

Tints of Cutty Sark #5C856E

Color information

#5C856E (or 0x5C856E) is unknown color: approx Cutty Sark. HEX triplet: 5C, 85 and 6E. RGB value is (92,133,110). Sum of RGB (Red+Green+Blue) = 92+133+110=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #5C856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C856E is #A37A91. Grayscale: #767676. Windows color (decimal): -10713746 or 7243100. OLE color: 7243100.

HSL color Cylindrical-coordinate representation of color #5C856E: hue angle of 146.34º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C856E is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB92133110-
CMYK0.3100.170.48
HSL146.34º18.22%44.12%-
HSV(B)146.34º30.83%52.16%-
XYZ15.6220.1817.82-
YUV118.12123.42109.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.46%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=27.46%
G=39.70%
B=32.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921331100.3100.170.48146.3418.2244.12
Hex5C856E1F0113092122c
Octal13420515637021602222254
Binary1011100100001011101110111110100011100001001001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,133,110); }

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

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

 a { background-color: rgb(92,133,110); }

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

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

 span { border-color: rgb(92,133,110); }

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