#5B8578

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

Shades of Cutty Sark #5B8578

Tints of Cutty Sark #5B8578

Color information

#5B8578 (or 0x5B8578) is unknown color: approx Cutty Sark. HEX triplet: 5B, 85 and 78. RGB value is (91,133,120). Sum of RGB (Red+Green+Blue) = 91+133+120=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8578 is #A47A87. Grayscale: #767676. Windows color (decimal): -10779272 or 7898459. OLE color: 7898459.

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

Color convert

RGB91133120-
CMYK0.3200.100.48
HSL161.43º18.75%43.92%-
HSV(B)161.43º31.58%52.16%-
XYZ16.0920.3620.85-
YUV118.96128.59108.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=26.45%
G=38.66%
B=34.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911331200.3200.100.48161.4318.7543.92
Hex5B8578200A30a1132c
Octal13320517040012602412354
Binary1011011100001011111000100000010101100001010000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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