#5B8B6E

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

Shades of Cutty Sark #5B8B6E

Tints of Cutty Sark #5B8B6E

Color information

#5B8B6E (or 0x5B8B6E) is unknown color: approx Cutty Sark. HEX triplet: 5B, 8B and 6E. RGB value is (91,139,110). Sum of RGB (Red+Green+Blue) = 91+139+110=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #5B8B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8B6E is #A47491. Grayscale: #797979. Windows color (decimal): -10777746 or 7244635. OLE color: 7244635.

HSL color Cylindrical-coordinate representation of color #5B8B6E: hue angle of 143.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B8B6E is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB91139110-
CMYK0.3500.210.45
HSL143.75º20.87%45.1%-
HSV(B)143.75º34.53%54.51%-
XYZ16.3621.8218.1-
YUV121.34121.6106.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.76%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=26.76%
G=40.88%
B=32.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal911391100.3500.210.45143.7520.8745.1
Hex5B8B6E230152D90152d
Octal13321315643025552202555
Binary10110111000101111011101000110101011011011001000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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