#558513

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

Shades of Vida Loca #558513

Tints of Vida Loca #558513

Color information

#558513 (or 0x558513) is unknown color: approx Vida Loca. HEX triplet: 55, 85 and 13. RGB value is (85,133,19). Sum of RGB (Red+Green+Blue) = 85+133+19=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #558513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558513 is #AA7AEC. Grayscale: #6A6A6A. Windows color (decimal): -11172589 or 1279317. OLE color: 1279317.

HSL color Cylindrical-coordinate representation of color #558513: hue angle of 85.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #558513 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB8513319-
CMYK0.3600.860.48
HSL85.26º75%29.8%-
HSV(B)85.26º85.71%52.16%-
XYZ12.2518.753.59-
YUV105.6579.1113.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 133 (52.34% from 255) = 56.12%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=35.86%
G=56.12%
B=8.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85133190.3600.860.4885.267529.8
Hex5585132405630554b1e
Octal125205234401266012511336
Binary10101011000010110011100100010101101100001010101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558513; }

 p { color: rgb(85,133,19); }

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

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

 a { background-color: rgb(85,133,19); }

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

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

 span { border-color: rgb(85,133,19); }

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