#055D31

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

Shades of Crusoe #055D31

Tints of Crusoe #055D31

Color information

#055D31 (or 0x055D31) is unknown color: approx Crusoe. HEX triplet: 05, 5D and 31. RGB value is (5,93,49). Sum of RGB (Red+Green+Blue) = 5+93+49=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 93 (36.72% from 255 or 63.27% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 93 - color contains mainly: green. Hex color #055D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D31 is #FAA2CE. Grayscale: #3D3D3D. Windows color (decimal): -16425679 or 3235077. OLE color: 3235077.

HSL color Cylindrical-coordinate representation of color #055D31: hue angle of 150º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D31 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB59349-
CMYK0.9500.470.64
HSL150º89.8%19.22%-
HSV(B)150º94.62%36.47%-
XYZ4.538.084.23-
YUV61.67120.8587.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 93 (36.72% from 255) = 63.27%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=3.40%
G=63.27%
B=33.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal593490.9500.470.6415089.819.22
Hex55D315F02F40965a13
Octal51356113705710022613223
Binary101101110111000110111110101111100000010010110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055D31; }

 p { color: rgb(5,93,49); }

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

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

 a { background-color: rgb(5,93,49); }

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

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

 span { border-color: rgb(5,93,49); }

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