#5A572A

Color #5A572A Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #5A572A

Tints of Costa Del Sol #5A572A

Color information

#5A572A (or 0x5A572A) is unknown color: approx Costa Del Sol. HEX triplet: 5A, 57 and 2A. RGB value is (90,87,42). Sum of RGB (Red+Green+Blue) = 90+87+42=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A572A is #A5A8D5. Grayscale: #525252. Windows color (decimal): -10856662 or 2774874. OLE color: 2774874.

HSL color Cylindrical-coordinate representation of color #5A572A: hue angle of 56.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A572A is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB908742-
CMYK00.030.530.65
HSL56.25º36.36%25.88%-
HSV(B)56.25º53.33%35.29%-
XYZ8.049.163.53-
YUV82.77104.99133.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 87 (34.38% from 255) = 39.73%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=41.10%
G=39.73%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90874200.030.530.6556.2536.3625.88
Hex5A572A03354138241a
Octal132127520365101704432
Binary10110101010111101010011110101100000111100010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,87,42); }

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

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

 a { background-color: rgb(90,87,42); }

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

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

 span { border-color: rgb(90,87,42); }

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