#5D9277

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

Shades of Cutty Sark #5D9277

Tints of Cutty Sark #5D9277

Color information

#5D9277 (or 0x5D9277) is unknown color: approx Cutty Sark. HEX triplet: 5D, 92 and 77. RGB value is (93,146,119). Sum of RGB (Red+Green+Blue) = 93+146+119=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #5D9277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9277 is #A26D88. Grayscale: #7F7F7F. Windows color (decimal): -10644873 or 7836253. OLE color: 7836253.

HSL color Cylindrical-coordinate representation of color #5D9277: hue angle of 149.43º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D9277 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB93146119-
CMYK0.3600.180.43
HSL149.43º22.18%46.86%-
HSV(B)149.43º36.3%57.25%-
XYZ18.1224.2221.17-
YUV127.08123.44103.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.98%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=25.98%
G=40.78%
B=33.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal931461190.3600.180.43149.4322.1846.86
Hex5D9277240122B95162f
Octal13522216744022532252657
Binary10111011001001011101111001000100101010111001010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,146,119); }

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

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

 a { background-color: rgb(93,146,119); }

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

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

 span { border-color: rgb(93,146,119); }

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