#055A11

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

Shades of Crusoe #055A11

Tints of Crusoe #055A11

Color information

#055A11 (or 0x055A11) is unknown color: approx Crusoe. HEX triplet: 05, 5A and 11. RGB value is (5,90,17). Sum of RGB (Red+Green+Blue) = 5+90+17=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 90 (35.55% from 255 or 80.36% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 90 - color contains mainly: green. Hex color #055A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A11 is #FAA5EE. Grayscale: #383838. Windows color (decimal): -16426479 or 1137157. OLE color: 1137157.

HSL color Cylindrical-coordinate representation of color #055A11: hue angle of 128.47º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A11 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB59017-
CMYK0.9400.810.65
HSL128.47º89.47%18.63%-
HSV(B)128.47º94.44%35.29%-
XYZ3.827.391.75-
YUV56.26105.8491.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 90 (35.55% from 255) = 80.36%
BLUE value IS 17 (7.03% from 255) = 15.18%
R=4.46%
G=80.36%
B=15.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590170.9400.810.65128.4789.4718.63
Hex55A115E05141805913
Octal513221136012110120013123
Binary101101101010001101111001010001100000110000000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,90,17); }

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

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

 a { background-color: rgb(5,90,17); }

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

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

 span { border-color: rgb(5,90,17); }

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