#055821

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

Shades of Crusoe #055821

Tints of Crusoe #055821

Color information

#055821 (or 0x055821) is unknown color: approx Crusoe. HEX triplet: 05, 58 and 21. RGB value is (5,88,33). Sum of RGB (Red+Green+Blue) = 5+88+33=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #055821 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055821 is #FAA7DE. Grayscale: #393939. Windows color (decimal): -16426975 or 2185221. OLE color: 2185221.

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

Color convert

RGB58833-
CMYK0.9400.620.65
HSL140.24º89.25%18.24%-
HSV(B)140.24º94.32%34.51%-
XYZ3.837.122.61-
YUV56.91114.590.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 88 (34.77% from 255) = 69.84%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=3.97%
G=69.84%
B=26.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588330.9400.620.65140.2489.2518.24
Hex558215E03E418c5912
Octal51304113607610121413122
Binary101101100010000110111100111110100000110001100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055821; }

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

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

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

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

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

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

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

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