#055632

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

Shades of Crusoe #055632

Tints of Crusoe #055632

Color information

#055632 (or 0x055632) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 32. RGB value is (5,86,50). Sum of RGB (Red+Green+Blue) = 5+86+50=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 86 (33.98% from 255 or 60.99% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 86 - color contains mainly: green. Hex color #055632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055632 is #FAA9CD. Grayscale: #393939. Windows color (decimal): -16427470 or 3298821. OLE color: 3298821.

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

Color convert

RGB58650-
CMYK0.9400.420.66
HSL153.33º89.01%17.84%-
HSV(B)153.33º94.19%33.73%-
XYZ3.976.924.14-
YUV57.68123.6690.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 86 (33.98% from 255) = 60.99%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=3.55%
G=60.99%
B=35.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586500.9400.420.66153.3389.0117.84
Hex556325E02A42995912
Octal51266213605210223113122
Binary101101011011001010111100101010100001010011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055632; }

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

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

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

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

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

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

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

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