#5F847A

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

Shades of Cutty Sark #5F847A

Tints of Cutty Sark #5F847A

Color information

#5F847A (or 0x5F847A) is unknown color: approx Cutty Sark. HEX triplet: 5F, 84 and 7A. RGB value is (95,132,122). Sum of RGB (Red+Green+Blue) = 95+132+122=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #5F847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F847A is #A07B85. Grayscale: #777777. Windows color (decimal): -10517382 or 8029279. OLE color: 8029279.

HSL color Cylindrical-coordinate representation of color #5F847A: hue angle of 163.78º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F847A is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB95132122-
CMYK0.2800.080.48
HSL163.78º16.3%44.51%-
HSV(B)163.78º28.03%51.76%-
XYZ16.4820.3421.47-
YUV119.8129.24110.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.22%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=27.22%
G=37.82%
B=34.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951321220.2800.080.48163.7816.344.51
Hex5F847A1C0830a4102d
Octal13720417234010602442055
Binary101111110000100111101011100010001100001010010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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