#05571D

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

Shades of Crusoe #05571D

Tints of Crusoe #05571D

Color information

#05571D (or 0x05571D) is unknown color: approx Crusoe. HEX triplet: 05, 57 and 1D. RGB value is (5,87,29). Sum of RGB (Red+Green+Blue) = 5+87+29=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 87 (34.38% from 255 or 71.90% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 87 - color contains mainly: green. Hex color #05571D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05571D is #FAA8E2. Grayscale: #383838. Windows color (decimal): -16427235 or 1922821. OLE color: 1922821.

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

Color convert

RGB58729-
CMYK0.9400.670.66
HSL137.56º89.13%18.04%-
HSV(B)137.56º94.25%34.12%-
XYZ3.696.942.31-
YUV55.87112.8391.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 87 (34.38% from 255) = 71.90%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=4.13%
G=71.90%
B=23.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587290.9400.670.66137.5689.1318.04
Hex5571D5E043428a5912
Octal512735136010310221213122
Binary101101011111101101111001000011100001010001010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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