#5E847B

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

Shades of Cutty Sark #5E847B

Tints of Cutty Sark #5E847B

Color information

#5E847B (or 0x5E847B) is unknown color: approx Cutty Sark. HEX triplet: 5E, 84 and 7B. RGB value is (94,132,123). Sum of RGB (Red+Green+Blue) = 94+132+123=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #5E847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E847B is #A17B84. Grayscale: #777777. Windows color (decimal): -10582917 or 8094814. OLE color: 8094814.

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

Color convert

RGB94132123-
CMYK0.2900.070.48
HSL165.79º16.81%44.31%-
HSV(B)165.79º28.79%51.76%-
XYZ16.4420.3121.79-
YUV119.61129.91109.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.93%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=26.93%
G=37.82%
B=35.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal941321230.2900.070.48165.7916.8144.31
Hex5E847B1D0730a6112c
Octal1362041733507602462154
Binary10111101000010011110111110101111100001010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,132,123); }

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

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

 a { background-color: rgb(94,132,123); }

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

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

 span { border-color: rgb(94,132,123); }

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