#055911

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

Shades of Crusoe #055911

Tints of Crusoe #055911

Color information

#055911 (or 0x055911) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 11. RGB value is (5,89,17). Sum of RGB (Red+Green+Blue) = 5+89+17=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 89 (35.16% from 255 or 80.18% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 89 - color contains mainly: green. Hex color #055911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055911 is #FAA6EE. Grayscale: #373737. Windows color (decimal): -16426735 or 1136901. OLE color: 1136901.

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

Color convert

RGB58917-
CMYK0.9400.810.65
HSL128.57º89.36%18.43%-
HSV(B)128.57º94.38%34.9%-
XYZ3.747.221.73-
YUV55.68106.1791.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 89 (35.16% from 255) = 80.18%
BLUE value IS 17 (7.03% from 255) = 15.32%
R=4.50%
G=80.18%
B=15.32%

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
Decimal589170.9400.810.65128.5789.3618.43
Hex559115E05141815912
Octal513121136012110120113122
Binary101101100110001101111001010001100000110000001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055911; }

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

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

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

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

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

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

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

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