#5A8A7A

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

Shades of Cutty Sark #5A8A7A

Tints of Cutty Sark #5A8A7A

Color information

#5A8A7A (or 0x5A8A7A) is unknown color: approx Cutty Sark. HEX triplet: 5A, 8A and 7A. RGB value is (90,138,122). Sum of RGB (Red+Green+Blue) = 90+138+122=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8A7A is #A57585. Grayscale: #797979. Windows color (decimal): -10843526 or 8030810. OLE color: 8030810.

HSL color Cylindrical-coordinate representation of color #5A8A7A: hue angle of 160º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8A7A is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB90138122-
CMYK0.3500.120.46
HSL160º21.05%44.71%-
HSV(B)160º34.78%54.12%-
XYZ16.8221.7621.73-
YUV121.82128.1105.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.71%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=25.71%
G=39.43%
B=34.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal901381220.3500.120.4616021.0544.71
Hex5A8A7A230C2Ea0152d
Octal13221217243014562402555
Binary1011010100010101111010100011011001011101010000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,138,122); }

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

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

 a { background-color: rgb(90,138,122); }

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

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

 span { border-color: rgb(90,138,122); }

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