#055829

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

Shades of Crusoe #055829

Tints of Crusoe #055829

Color information

#055829 (or 0x055829) is unknown color: approx Crusoe. HEX triplet: 05, 58 and 29. RGB value is (5,88,41). Sum of RGB (Red+Green+Blue) = 5+88+41=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 88 (34.77% from 255 or 65.67% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 88 - color contains mainly: green. Hex color #055829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055829 is #FAA7D6. Grayscale: #393939. Windows color (decimal): -16426967 or 2709509. OLE color: 2709509.

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

Color convert

RGB58841-
CMYK0.9400.530.65
HSL146.02º89.25%18.24%-
HSV(B)146.02º94.32%34.51%-
XYZ3.957.173.27-
YUV57.82118.590.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 88 (34.77% from 255) = 65.67%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=3.73%
G=65.67%
B=30.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588410.9400.530.65146.0289.2518.24
Hex558295E03541925912
Octal51305113606510122213122
Binary101101100010100110111100110101100000110010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055829; }

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

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

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

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

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

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

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

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