#5F8875

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

Shades of Cutty Sark #5F8875

Tints of Cutty Sark #5F8875

Color information

#5F8875 (or 0x5F8875) is unknown color: approx Cutty Sark. HEX triplet: 5F, 88 and 75. RGB value is (95,136,117). Sum of RGB (Red+Green+Blue) = 95+136+117=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8875 is #A0778A. Grayscale: #797979. Windows color (decimal): -10516363 or 7702623. OLE color: 7702623.

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

Color convert

RGB95136117-
CMYK0.3000.140.47
HSL152.2º17.75%45.29%-
HSV(B)152.2º30.15%53.33%-
XYZ16.7321.3320.06-
YUV121.57125.42109.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=27.30%
G=39.08%
B=33.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951361170.3000.140.47152.217.7545.29
Hex5F88751E0E2F98122d
Octal13721016536016572302255
Binary101111110001000111010111110011101011111001100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,136,117); }

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

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

 a { background-color: rgb(95,136,117); }

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

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

 span { border-color: rgb(95,136,117); }

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