#5B867A

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

Shades of Cutty Sark #5B867A

Tints of Cutty Sark #5B867A

Color information

#5B867A (or 0x5B867A) is unknown color: approx Cutty Sark. HEX triplet: 5B, 86 and 7A. RGB value is (91,134,122). Sum of RGB (Red+Green+Blue) = 91+134+122=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #5B867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B867A is #A47985. Grayscale: #777777. Windows color (decimal): -10779014 or 8029787. OLE color: 8029787.

HSL color Cylindrical-coordinate representation of color #5B867A: hue angle of 163.26º 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 #5B867A is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB91134122-
CMYK0.3200.090.47
HSL163.26º19.11%44.12%-
HSV(B)163.26º32.09%52.55%-
XYZ16.3520.6821.54-
YUV119.78129.25107.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 122 (48.05% from 255) = 35.16%
R=26.22%
G=38.62%
B=35.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911341220.3200.090.47163.2619.1144.12
Hex5B867A20092Fa3132c
Octal13320617240011572432354
Binary1011011100001101111010100000010011011111010001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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