#5E867C

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

Shades of Cutty Sark #5E867C

Tints of Cutty Sark #5E867C

Color information

#5E867C (or 0x5E867C) is unknown color: approx Cutty Sark. HEX triplet: 5E, 86 and 7C. RGB value is (94,134,124). Sum of RGB (Red+Green+Blue) = 94+134+124=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #5E867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E867C is #A17983. Grayscale: #787878. Windows color (decimal): -10582404 or 8160862. OLE color: 8160862.

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

Color convert

RGB94134124-
CMYK0.3000.070.47
HSL165º17.54%44.71%-
HSV(B)165º29.85%52.55%-
XYZ16.7820.8922.22-
YUV120.9129.75108.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.70%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=26.70%
G=38.07%
B=35.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal941341240.3000.070.4716517.5444.71
Hex5E867C1E072Fa5122d
Octal1362061743607572452255
Binary10111101000011011111001111001111011111010010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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