#5B7870

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

Shades of Cutty Sark #5B7870

Tints of Cutty Sark #5B7870

Color information

#5B7870 (or 0x5B7870) is unknown color: approx Cutty Sark. HEX triplet: 5B, 78 and 70. RGB value is (91,120,112). Sum of RGB (Red+Green+Blue) = 91+120+112=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7870 is #A4878F. Grayscale: #6E6E6E. Windows color (decimal): -10782608 or 7370843. OLE color: 7370843.

HSL color Cylindrical-coordinate representation of color #5B7870: hue angle of 163.45º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5B7870 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB91120112-
CMYK0.2400.070.53
HSL163.45º13.74%41.37%-
HSV(B)163.45º24.17%47.06%-
XYZ13.9616.8317.84-
YUV110.42128.89114.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.17%
GREEN value IS 120 (47.27% from 255) = 37.15%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=28.17%
G=37.15%
B=34.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal911201120.2400.070.53163.4513.7441.37
Hex5B7870180735a3e29
Octal1331701603007652431651
Binary101101111110001110000110000111110101101000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,120,112); }

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

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

 a { background-color: rgb(91,120,112); }

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

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

 span { border-color: rgb(91,120,112); }

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