#055B13

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

Shades of Crusoe #055B13

Tints of Crusoe #055B13

Color information

#055B13 (or 0x055B13) is unknown color: approx Crusoe. HEX triplet: 05, 5B and 13. RGB value is (5,91,19). Sum of RGB (Red+Green+Blue) = 5+91+19=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #055B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055B13 is #FAA4EC. Grayscale: #393939. Windows color (decimal): -16426221 or 1268485. OLE color: 1268485.

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

Color convert

RGB59119-
CMYK0.9500.790.64
HSL129.77º89.58%18.82%-
HSV(B)129.77º94.51%35.69%-
XYZ3.927.561.87-
YUV57.08106.5190.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 91 (35.94% from 255) = 79.13%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=4.35%
G=79.13%
B=16.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591190.9500.790.64129.7789.5818.82
Hex55B135F04F40825a13
Octal513323137011710020213223
Binary101101101110011101111101001111100000010000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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