#055421

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

Shades of Crusoe #055421

Tints of Crusoe #055421

Color information

#055421 (or 0x055421) is unknown color: approx Crusoe. HEX triplet: 05, 54 and 21. RGB value is (5,84,33). Sum of RGB (Red+Green+Blue) = 5+84+33=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #055421 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055421 is #FAABDE. Grayscale: #363636. Windows color (decimal): -16427999 or 2184197. OLE color: 2184197.

HSL color Cylindrical-coordinate representation of color #055421: hue angle of 141.27º 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 #055421 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB58433-
CMYK0.9400.610.67
HSL141.27º88.76%17.45%-
HSV(B)141.27º94.05%32.94%-
XYZ3.516.482.51-
YUV54.56115.8392.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 84 (33.20% from 255) = 68.85%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=4.10%
G=68.85%
B=27.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584330.9400.610.67141.2788.7617.45
Hex554215E03D438d5911
Octal51244113607510321513121
Binary101101010010000110111100111101100001110001101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055421; }

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

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

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

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

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

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

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

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