#5B8679

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

Shades of Cutty Sark #5B8679

Tints of Cutty Sark #5B8679

Color information

#5B8679 (or 0x5B8679) is unknown color: approx Cutty Sark. HEX triplet: 5B, 86 and 79. RGB value is (91,134,121). Sum of RGB (Red+Green+Blue) = 91+134+121=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #5B8679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8679 is #A47986. Grayscale: #777777. Windows color (decimal): -10779015 or 7964251. OLE color: 7964251.

HSL color Cylindrical-coordinate representation of color #5B8679: hue angle of 161.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B8679 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB91134121-
CMYK0.3200.100.47
HSL161.86º19.11%44.12%-
HSV(B)161.86º32.09%52.55%-
XYZ16.2920.6521.22-
YUV119.66128.75107.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=26.30%
G=38.73%
B=34.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911341210.3200.100.47161.8619.1144.12
Hex5B8679200A2Fa2132c
Octal13320617140012572422354
Binary1011011100001101111001100000010101011111010001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,134,121); }

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

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

 a { background-color: rgb(91,134,121); }

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

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

 span { border-color: rgb(91,134,121); }

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