#5D877B

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

Shades of Cutty Sark #5D877B

Tints of Cutty Sark #5D877B

Color information

#5D877B (or 0x5D877B) is unknown color: approx Cutty Sark. HEX triplet: 5D, 87 and 7B. RGB value is (93,135,123). Sum of RGB (Red+Green+Blue) = 93+135+123=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #5D877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D877B is #A27884. Grayscale: #797979. Windows color (decimal): -10647685 or 8095581. OLE color: 8095581.

HSL color Cylindrical-coordinate representation of color #5D877B: hue angle of 162.86º 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 #5D877B is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB93135123-
CMYK0.3100.090.47
HSL162.86º18.42%44.71%-
HSV(B)162.86º31.11%52.94%-
XYZ16.7521.0921.93-
YUV121.07129.09107.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.50%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=26.50%
G=38.46%
B=35.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal931351230.3100.090.47162.8618.4244.71
Hex5D877B1F092Fa3122d
Octal13520717337011572432255
Binary101110110000111111101111111010011011111010001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,135,123); }

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

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

 a { background-color: rgb(93,135,123); }

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

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

 span { border-color: rgb(93,135,123); }

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