#5B806F

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

Shades of Cutty Sark #5B806F

Tints of Cutty Sark #5B806F

Color information

#5B806F (or 0x5B806F) is unknown color: approx Cutty Sark. HEX triplet: 5B, 80 and 6F. RGB value is (91,128,111). Sum of RGB (Red+Green+Blue) = 91+128+111=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #5B806F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B806F is #A47F90. Grayscale: #737373. Windows color (decimal): -10780561 or 7307355. OLE color: 7307355.

HSL color Cylindrical-coordinate representation of color #5B806F: hue angle of 152.43º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B806F is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB91128111-
CMYK0.2900.130.50
HSL152.43º16.89%42.94%-
HSV(B)152.43º28.91%50.2%-
XYZ14.918.8117.88-
YUV115125.74110.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.58%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=27.58%
G=38.79%
B=33.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal911281110.2900.130.50152.4316.8942.94
Hex5B806F1D0D3298112b
Octal13320015735015622302153
Binary101101110000000110111111101011011100101001100010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,128,111); }

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

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

 a { background-color: rgb(91,128,111); }

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

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

 span { border-color: rgb(91,128,111); }

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