#055616

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

Shades of Crusoe #055616

Tints of Crusoe #055616

Color information

#055616 (or 0x055616) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 16. RGB value is (5,86,22). Sum of RGB (Red+Green+Blue) = 5+86+22=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 86 (33.98% from 255 or 76.11% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 86 - color contains mainly: green. Hex color #055616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055616 is #FAA9E9. Grayscale: #363636. Windows color (decimal): -16427498 or 1463813. OLE color: 1463813.

HSL color Cylindrical-coordinate representation of color #055616: hue angle of 132.59º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055616 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB58622-
CMYK0.9400.740.66
HSL132.59º89.01%17.84%-
HSV(B)132.59º94.19%33.73%-
XYZ3.546.751.87-
YUV54.48109.6692.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 86 (33.98% from 255) = 76.11%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=4.42%
G=76.11%
B=19.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586220.9400.740.66132.5989.0117.84
Hex556165E04A42855912
Octal512626136011210220513122
Binary101101011010110101111001001010100001010000101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055616; }

 p { color: rgb(5,86,22); }

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

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

 a { background-color: rgb(5,86,22); }

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

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

 span { border-color: rgb(5,86,22); }

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