#5C846D

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

Shades of Cutty Sark #5C846D

Tints of Cutty Sark #5C846D

Color information

#5C846D (or 0x5C846D) is unknown color: approx Cutty Sark. HEX triplet: 5C, 84 and 6D. RGB value is (92,132,109). Sum of RGB (Red+Green+Blue) = 92+132+109=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #5C846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C846D is #A37B92. Grayscale: #757575. Windows color (decimal): -10714003 or 7177308. OLE color: 7177308.

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

Color convert

RGB92132109-
CMYK0.3000.170.48
HSL145.5º17.86%43.92%-
HSV(B)145.5º30.3%51.76%-
XYZ15.4319.8817.49-
YUV117.42123.25109.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.63%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=27.63%
G=39.64%
B=32.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal921321090.3000.170.48145.517.8643.92
Hex5C846D1E0113092122c
Octal13420415536021602222254
Binary1011100100001001101101111100100011100001001001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,132,109); }

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

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

 a { background-color: rgb(92,132,109); }

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

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

 span { border-color: rgb(92,132,109); }

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