#5D867C

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

Shades of Cutty Sark #5D867C

Tints of Cutty Sark #5D867C

Color information

#5D867C (or 0x5D867C) is unknown color: approx Cutty Sark. HEX triplet: 5D, 86 and 7C. RGB value is (93,134,124). Sum of RGB (Red+Green+Blue) = 93+134+124=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #5D867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D867C is #A27983. Grayscale: #787878. Windows color (decimal): -10647940 or 8160861. OLE color: 8160861.

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

Color convert

RGB93134124-
CMYK0.3100.070.47
HSL165.37º18.06%44.51%-
HSV(B)165.37º30.6%52.55%-
XYZ16.6820.8322.21-
YUV120.6129.92108.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.50%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=26.50%
G=38.18%
B=35.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931341240.3100.070.47165.3718.0644.51
Hex5D867C1F072Fa5122d
Octal1352061743707572452255
Binary10111011000011011111001111101111011111010010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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