#055613

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

Shades of Crusoe #055613

Tints of Crusoe #055613

Color information

#055613 (or 0x055613) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 13. RGB value is (5,86,19). Sum of RGB (Red+Green+Blue) = 5+86+19=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 86 (33.98% from 255 or 78.18% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 86 - color contains mainly: green. Hex color #055613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055613 is #FAA9EC. Grayscale: #363636. Windows color (decimal): -16427501 or 1267205. OLE color: 1267205.

HSL color Cylindrical-coordinate representation of color #055613: hue angle of 130.37º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055613 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB58619-
CMYK0.9400.780.66
HSL130.37º89.01%17.84%-
HSV(B)130.37º94.19%33.73%-
XYZ3.516.731.73-
YUV54.14108.1692.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 86 (33.98% from 255) = 78.18%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=4.55%
G=78.18%
B=17.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586190.9400.780.66130.3789.0117.84
Hex556135E04E42825912
Octal512623136011610220213122
Binary101101011010011101111001001110100001010000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055613; }

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

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

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

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

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

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

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

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