#05551D

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

Shades of Crusoe #05551D

Tints of Crusoe #05551D

Color information

#05551D (or 0x05551D) is unknown color: approx Crusoe. HEX triplet: 05, 55 and 1D. RGB value is (5,85,29). Sum of RGB (Red+Green+Blue) = 5+85+29=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 85 (33.59% from 255 or 71.43% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 85 - color contains mainly: green. Hex color #05551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05551D is #FAAAE2. Grayscale: #363636. Windows color (decimal): -16427747 or 1922309. OLE color: 1922309.

HSL color Cylindrical-coordinate representation of color #05551D: hue angle of 138º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05551D is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB58529-
CMYK0.9400.660.67
HSL138º88.89%17.65%-
HSV(B)138º94.12%33.33%-
XYZ3.536.622.25-
YUV54.7113.592.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 85 (33.59% from 255) = 71.43%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=4.20%
G=71.43%
B=24.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585290.9400.660.6713888.8917.65
Hex5551D5E042438a5912
Octal512535136010210321213122
Binary101101010111101101111001000010100001110001010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05551D; }

 p { color: rgb(5,85,29); }

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

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

 a { background-color: rgb(5,85,29); }

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

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

 span { border-color: rgb(5,85,29); }

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