#055416

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

Shades of Crusoe #055416

Tints of Crusoe #055416

Color information

#055416 (or 0x055416) is unknown color: approx Crusoe. HEX triplet: 05, 54 and 16. RGB value is (5,84,22). Sum of RGB (Red+Green+Blue) = 5+84+22=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 84 (33.20% from 255 or 75.68% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 84 - color contains mainly: green. Hex color #055416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055416 is #FAABE9. Grayscale: #353535. Windows color (decimal): -16428010 or 1463301. OLE color: 1463301.

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

Color convert

RGB58422-
CMYK0.9400.740.67
HSL132.91º88.76%17.45%-
HSV(B)132.91º94.05%32.94%-
XYZ3.386.431.82-
YUV53.31110.3393.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 84 (33.20% from 255) = 75.68%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=4.50%
G=75.68%
B=19.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584220.9400.740.67132.9188.7617.45
Hex554165E04A43855911
Octal512426136011210320513121
Binary101101010010110101111001001010100001110000101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055416; }

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

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

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

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

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

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

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

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