#055B28

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

Shades of Crusoe #055B28

Tints of Crusoe #055B28

Color information

#055B28 (or 0x055B28) is unknown color: approx Crusoe. HEX triplet: 05, 5B and 28. RGB value is (5,91,40). Sum of RGB (Red+Green+Blue) = 5+91+40=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 91 (35.94% from 255 or 66.91% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 91 - color contains mainly: green. Hex color #055B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B28 is #FAA4D7. Grayscale: #3B3B3B. Windows color (decimal): -16426200 or 2644741. OLE color: 2644741.

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

Color convert

RGB59140-
CMYK0.9500.560.64
HSL144.42º89.58%18.82%-
HSV(B)144.42º94.51%35.69%-
XYZ4.197.673.27-
YUV59.47117.0189.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 91 (35.94% from 255) = 66.91%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=3.68%
G=66.91%
B=29.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591400.9500.560.64144.4289.5818.82
Hex55B285F03840905a13
Octal51335013707010022013223
Binary101101101110100010111110111000100000010010000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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