#055721

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

Shades of Crusoe #055721

Tints of Crusoe #055721

Color information

#055721 (or 0x055721) is unknown color: approx Crusoe. HEX triplet: 05, 57 and 21. RGB value is (5,87,33). Sum of RGB (Red+Green+Blue) = 5+87+33=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 87 (34.38% from 255 or 69.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 87 - color contains mainly: green. Hex color #055721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055721 is #FAA8DE. Grayscale: #383838. Windows color (decimal): -16427231 or 2184965. OLE color: 2184965.

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

Color convert

RGB58733-
CMYK0.9400.620.66
HSL140.49º89.13%18.04%-
HSV(B)140.49º94.25%34.12%-
XYZ3.756.962.58-
YUV56.33114.8391.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 87 (34.38% from 255) = 69.6%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=4%
G=69.6%
B=26.4%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587330.9400.620.66140.4989.1318.04
Hex557215E03E428c5912
Octal51274113607610221413122
Binary101101011110000110111100111110100001010001100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055721; }

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

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

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

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

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

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

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

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