#055B1A

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

Shades of Crusoe #055B1A

Tints of Crusoe #055B1A

Color information

#055B1A (or 0x055B1A) is unknown color: approx Crusoe. HEX triplet: 05, 5B and 1A. RGB value is (5,91,26). Sum of RGB (Red+Green+Blue) = 5+91+26=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 91 (35.94% from 255 or 74.59% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 91 - color contains mainly: green. Hex color #055B1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B1A is #FAA4E5. Grayscale: #3A3A3A. Windows color (decimal): -16426214 or 1727237. OLE color: 1727237.

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

Color convert

RGB59126-
CMYK0.9500.710.64
HSL134.65º89.58%18.82%-
HSV(B)134.65º94.51%35.69%-
XYZ3.997.592.23-
YUV57.88110.0190.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 91 (35.94% from 255) = 74.59%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=4.10%
G=74.59%
B=21.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591260.9500.710.64134.6589.5818.82
Hex55B1A5F04740875a13
Octal513332137010710020713223
Binary101101101111010101111101000111100000010000111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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