#5F867A

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

Shades of Cutty Sark #5F867A

Tints of Cutty Sark #5F867A

Color information

#5F867A (or 0x5F867A) is unknown color: approx Cutty Sark. HEX triplet: 5F, 86 and 7A. RGB value is (95,134,122). Sum of RGB (Red+Green+Blue) = 95+134+122=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #5F867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F867A is #A07985. Grayscale: #787878. Windows color (decimal): -10516870 or 8029791. OLE color: 8029791.

HSL color Cylindrical-coordinate representation of color #5F867A: hue angle of 161.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F867A is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB95134122-
CMYK0.2900.090.47
HSL161.54º17.03%44.9%-
HSV(B)161.54º29.1%52.55%-
XYZ16.7620.8921.56-
YUV120.97128.58109.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=27.07%
G=38.18%
B=34.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951341220.2900.090.47161.5417.0344.9
Hex5F867A1D092Fa2112d
Octal13720617235011572422155
Binary101111110000110111101011101010011011111010001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,134,122); }

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

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

 a { background-color: rgb(95,134,122); }

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

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

 span { border-color: rgb(95,134,122); }

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