#055B19

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

Shades of Crusoe #055B19

Tints of Crusoe #055B19

Color information

#055B19 (or 0x055B19) is unknown color: approx Crusoe. HEX triplet: 05, 5B and 19. RGB value is (5,91,25). Sum of RGB (Red+Green+Blue) = 5+91+25=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 91 (35.94% from 255 or 75.21% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 91 - color contains mainly: green. Hex color #055B19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055B19 is #FAA4E6. Grayscale: #393939. Windows color (decimal): -16426215 or 1661701. OLE color: 1661701.

HSL color Cylindrical-coordinate representation of color #055B19: hue angle of 133.95º 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 #055B19 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB59125-
CMYK0.9500.730.64
HSL133.95º89.58%18.82%-
HSV(B)133.95º94.51%35.69%-
XYZ3.987.582.17-
YUV57.76109.5190.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 91 (35.94% from 255) = 75.21%
BLUE value IS 25 (10.16% from 255) = 20.66%
R=4.13%
G=75.21%
B=20.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591250.9500.730.64133.9589.5818.82
Hex55B195F04940865a13
Octal513331137011110020613223
Binary101101101111001101111101001001100000010000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,91,25); }

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

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

 a { background-color: rgb(5,91,25); }

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

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

 span { border-color: rgb(5,91,25); }

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