#5B856E

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

Shades of Cutty Sark #5B856E

Tints of Cutty Sark #5B856E

Color information

#5B856E (or 0x5B856E) is unknown color: approx Cutty Sark. HEX triplet: 5B, 85 and 6E. RGB value is (91,133,110). Sum of RGB (Red+Green+Blue) = 91+133+110=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #5B856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B856E is #A47A91. Grayscale: #757575. Windows color (decimal): -10779282 or 7243099. OLE color: 7243099.

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

Color convert

RGB91133110-
CMYK0.3200.170.48
HSL147.14º18.75%43.92%-
HSV(B)147.14º31.58%52.16%-
XYZ15.5220.1217.82-
YUV117.82123.59108.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.25%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=27.25%
G=39.82%
B=32.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911331100.3200.170.48147.1418.7543.92
Hex5B856E200113093132c
Octal13320515640021602232354
Binary10110111000010111011101000000100011100001001001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,133,110); }

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

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

 a { background-color: rgb(91,133,110); }

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

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

 span { border-color: rgb(91,133,110); }

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