#558711

Color #558711 Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #558711

Tints of Vida Loca #558711

Color information

#558711 (or 0x558711) is unknown color: approx Vida Loca. HEX triplet: 55, 87 and 11. RGB value is (85,135,17). Sum of RGB (Red+Green+Blue) = 85+135+17=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #558711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558711 is #AA78EE. Grayscale: #6B6B6B. Windows color (decimal): -11172079 or 1148757. OLE color: 1148757.

HSL color Cylindrical-coordinate representation of color #558711: hue angle of 85.42º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #558711 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB8513517-
CMYK0.3700.870.47
HSL85.42º77.63%29.8%-
HSV(B)85.42º87.41%52.94%-
XYZ12.5119.33.6-
YUV106.677.44112.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 135 (53.12% from 255) = 56.96%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=35.86%
G=56.96%
B=7.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135170.3700.870.4785.4277.6329.8
Hex558711250572F554e1e
Octal125207214501275712511636
Binary10101011000011110001100101010101111011111010101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558711; }

 p { color: rgb(85,135,17); }

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

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

 a { background-color: rgb(85,135,17); }

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

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

 span { border-color: rgb(85,135,17); }

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