#05572D

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

Shades of Crusoe #05572D

Tints of Crusoe #05572D

Color information

#05572D (or 0x05572D) is unknown color: approx Crusoe. HEX triplet: 05, 57 and 2D. RGB value is (5,87,45). Sum of RGB (Red+Green+Blue) = 5+87+45=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #05572D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05572D is #FAA8D2. Grayscale: #393939. Windows color (decimal): -16427219 or 2971397. OLE color: 2971397.

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

Color convert

RGB58745-
CMYK0.9400.480.66
HSL149.27º89.13%18.04%-
HSV(B)149.27º94.25%34.12%-
XYZ3.947.043.63-
YUV57.69120.8390.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 87 (34.38% from 255) = 63.50%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=3.65%
G=63.50%
B=32.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal587450.9400.480.66149.2789.1318.04
Hex5572D5E03042955912
Octal51275513606010222513122
Binary101101011110110110111100110000100001010010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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