#5A857A

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

Shades of Cutty Sark #5A857A

Tints of Cutty Sark #5A857A

Color information

#5A857A (or 0x5A857A) is unknown color: approx Cutty Sark. HEX triplet: 5A, 85 and 7A. RGB value is (90,133,122). Sum of RGB (Red+Green+Blue) = 90+133+122=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #5A857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A857A is #A57A85. Grayscale: #767676. Windows color (decimal): -10844806 or 8029530. OLE color: 8029530.

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

Color convert

RGB90133122-
CMYK0.3200.080.48
HSL164.65º19.28%43.73%-
HSV(B)164.65º32.33%52.16%-
XYZ16.1220.3521.49-
YUV118.89129.75107.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.09%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=26.09%
G=38.55%
B=35.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal901331220.3200.080.48164.6519.2843.73
Hex5A857A200830a5132c
Octal13220517240010602452354
Binary1011010100001011111010100000010001100001010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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