#5F7872

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

Shades of Cutty Sark #5F7872

Tints of Cutty Sark #5F7872

Color information

#5F7872 (or 0x5F7872) is unknown color: approx Cutty Sark. HEX triplet: 5F, 78 and 72. RGB value is (95,120,114). Sum of RGB (Red+Green+Blue) = 95+120+114=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 120 - color contains mainly: green. Hex color #5F7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7872 is #A0878D. Grayscale: #6F6F6F. Windows color (decimal): -10520462 or 7501919. OLE color: 7501919.

HSL color Cylindrical-coordinate representation of color #5F7872: hue angle of 165.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F7872 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB95120114-
CMYK0.2100.050.53
HSL165.6º11.63%42.16%-
HSV(B)165.6º20.83%47.06%-
XYZ14.4717.0818.45-
YUV111.84129.22115.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.88%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=28.88%
G=36.47%
B=34.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal951201140.2100.050.53165.611.6342.16
Hex5F7872150535a6c2a
Octal1371701622505652461452
Binary101111111110001110010101010101110101101001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,120,114); }

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

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

 a { background-color: rgb(95,120,114); }

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

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

 span { border-color: rgb(95,120,114); }

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