#5A736A

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

Shades of Cutty Sark #5A736A

Tints of Cutty Sark #5A736A

Color information

#5A736A (or 0x5A736A) is unknown color: approx Cutty Sark. HEX triplet: 5A, 73 and 6A. RGB value is (90,115,106). Sum of RGB (Red+Green+Blue) = 90+115+106=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #5A736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A736A is #A58C95. Grayscale: #6A6A6A. Windows color (decimal): -10849430 or 6976346. OLE color: 6976346.

HSL color Cylindrical-coordinate representation of color #5A736A: hue angle of 158.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A736A is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB90115106-
CMYK0.2200.080.55
HSL158.4º12.2%40.2%-
HSV(B)158.4º21.74%45.1%-
XYZ12.9515.4815.94-
YUV106.5127.72116.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.94%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=28.94%
G=36.98%
B=34.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal901151060.2200.080.55158.412.240.2
Hex5A736A1608379ec28
Octal13216315226010672361450
Binary1011010111001111010101011001000110111100111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,115,106); }

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

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

 a { background-color: rgb(90,115,106); }

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

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

 span { border-color: rgb(90,115,106); }

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