#5E5A06

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

Shades of Costa Del Sol #5E5A06

Tints of Costa Del Sol #5E5A06

Color information

#5E5A06 (or 0x5E5A06) is unknown color: approx Costa Del Sol. HEX triplet: 5E, 5A and 06. RGB value is (94,90,6). Sum of RGB (Red+Green+Blue) = 94+90+6=190 (25% of max value = 765). Red value is 94 (37.11% from 255 or 49.47% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E5A06 is #A1A5F9. Grayscale: #515151. Windows color (decimal): -10593786 or 416350. OLE color: 416350.

HSL color Cylindrical-coordinate representation of color #5E5A06: hue angle of 57.27º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E5A06 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB94906-
CMYK00.040.940.63
HSL57.27º88%19.61%-
HSV(B)57.27º93.62%36.86%-
XYZ8.319.711.61-
YUV81.6285.33136.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 49.47%
GREEN value IS 90 (35.55% from 255) = 47.37%
BLUE value IS 6 (2.73% from 255) = 3.16%
R=49.47%
G=47.37%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9490600.040.940.6357.278819.61
Hex5E5A6045E3F395814
Octal136132604136777113024
Binary1011110101101011001001011110111111111001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,90,6); }

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

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

 a { background-color: rgb(94,90,6); }

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

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

 span { border-color: rgb(94,90,6); }

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