#055B21

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

Shades of Crusoe #055B21

Tints of Crusoe #055B21

Color information

#055B21 (or 0x055B21) is unknown color: approx Crusoe. HEX triplet: 05, 5B and 21. RGB value is (5,91,33). Sum of RGB (Red+Green+Blue) = 5+91+33=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 91 (35.94% from 255 or 70.54% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 91 - color contains mainly: green. Hex color #055B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B21 is #FAA4DE. Grayscale: #3A3A3A. Windows color (decimal): -16426207 or 2185989. OLE color: 2185989.

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

Color convert

RGB59133-
CMYK0.9500.640.64
HSL139.53º89.58%18.82%-
HSV(B)139.53º94.51%35.69%-
XYZ4.087.622.7-
YUV58.67113.5189.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 91 (35.94% from 255) = 70.54%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=3.88%
G=70.54%
B=25.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591330.9500.640.64139.5389.5818.82
Hex55B215F040408c5a13
Octal513341137010010021413223
Binary1011011011100001101111101000000100000010001100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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