#5B7C6B

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

Shades of Cutty Sark #5B7C6B

Tints of Cutty Sark #5B7C6B

Color information

#5B7C6B (or 0x5B7C6B) is unknown color: approx Cutty Sark. HEX triplet: 5B, 7C and 6B. RGB value is (91,124,107). Sum of RGB (Red+Green+Blue) = 91+124+107=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7C6B is #A48394. Grayscale: #707070. Windows color (decimal): -10781589 or 7044187. OLE color: 7044187.

HSL color Cylindrical-coordinate representation of color #5B7C6B: hue angle of 149.09º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B7C6B is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB91124107-
CMYK0.2700.140.51
HSL149.09º15.35%42.16%-
HSV(B)149.09º26.61%48.63%-
XYZ14.1817.716.58-
YUV112.2125.07112.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.26%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=28.26%
G=38.51%
B=33.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal911241070.2700.140.51149.0915.3542.16
Hex5B7C6B1B0E3395f2a
Octal13317415333016632251752
Binary1011011111110011010111101101110110011100101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,124,107); }

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

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

 a { background-color: rgb(91,124,107); }

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

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

 span { border-color: rgb(91,124,107); }

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