#5D847C

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

Shades of Cutty Sark #5D847C

Tints of Cutty Sark #5D847C

Color information

#5D847C (or 0x5D847C) is unknown color: approx Cutty Sark. HEX triplet: 5D, 84 and 7C. RGB value is (93,132,124). Sum of RGB (Red+Green+Blue) = 93+132+124=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #5D847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D847C is #A27B83. Grayscale: #777777. Windows color (decimal): -10648452 or 8160349. OLE color: 8160349.

HSL color Cylindrical-coordinate representation of color #5D847C: hue angle of 167.69º degrees, saturation: 0.17, 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 #5D847C is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB93132124-
CMYK0.3000.060.48
HSL167.69º17.33%44.12%-
HSV(B)167.69º29.55%51.76%-
XYZ16.420.2822.12-
YUV119.43130.58109.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.65%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=26.65%
G=37.82%
B=35.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931321240.3000.060.48167.6917.3344.12
Hex5D847C1E0630a8112c
Octal1352041743606602502154
Binary10111011000010011111001111001101100001010100010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,132,124); }

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

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

 a { background-color: rgb(93,132,124); }

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

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

 span { border-color: rgb(93,132,124); }

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