#5F827A

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

Shades of Cutty Sark #5F827A

Tints of Cutty Sark #5F827A

Color information

#5F827A (or 0x5F827A) is unknown color: approx Cutty Sark. HEX triplet: 5F, 82 and 7A. RGB value is (95,130,122). Sum of RGB (Red+Green+Blue) = 95+130+122=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #5F827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F827A is #A07D85. Grayscale: #767676. Windows color (decimal): -10517894 or 8028767. OLE color: 8028767.

HSL color Cylindrical-coordinate representation of color #5F827A: hue angle of 166.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F827A is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB95130122-
CMYK0.2700.060.49
HSL166.29º15.56%44.12%-
HSV(B)166.29º26.92%50.98%-
XYZ16.2119.821.38-
YUV118.62129.9111.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.38%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=27.38%
G=37.46%
B=35.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal951301220.2700.060.49166.2915.5644.12
Hex5F827A1B0631a6102c
Octal1372021723306612462054
Binary10111111000001011110101101101101100011010011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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