#5A7C6C

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

Shades of Cutty Sark #5A7C6C

Tints of Cutty Sark #5A7C6C

Color information

#5A7C6C (or 0x5A7C6C) is unknown color: approx Cutty Sark. HEX triplet: 5A, 7C and 6C. RGB value is (90,124,108). Sum of RGB (Red+Green+Blue) = 90+124+108=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7C6C is #A58393. Grayscale: #707070. Windows color (decimal): -10847124 or 7109722. OLE color: 7109722.

HSL color Cylindrical-coordinate representation of color #5A7C6C: hue angle of 151.76º degrees, saturation: 0.16, 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 #5A7C6C is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB90124108-
CMYK0.2700.130.51
HSL151.76º15.89%41.96%-
HSV(B)151.76º27.42%48.63%-
XYZ14.1317.6716.85-
YUV112.01125.74112.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.95%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=27.95%
G=38.51%
B=33.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal901241080.2700.130.51151.7615.8941.96
Hex5A7C6C1B0D3398102a
Octal13217415433015632302052
Binary10110101111100110110011011011011100111001100010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,124,108); }

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

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

 a { background-color: rgb(90,124,108); }

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

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

 span { border-color: rgb(90,124,108); }

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