#055513

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

Shades of Crusoe #055513

Tints of Crusoe #055513

Color information

#055513 (or 0x055513) is unknown color: approx Crusoe. HEX triplet: 05, 55 and 13. RGB value is (5,85,19). Sum of RGB (Red+Green+Blue) = 5+85+19=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #055513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055513 is #FAAAEC. Grayscale: #353535. Windows color (decimal): -16427757 or 1266949. OLE color: 1266949.

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

Color convert

RGB58519-
CMYK0.9400.780.67
HSL130.5º88.89%17.65%-
HSV(B)130.5º94.12%33.33%-
XYZ3.436.581.7-
YUV53.56108.593.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 85 (33.59% from 255) = 77.98%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=4.59%
G=77.98%
B=17.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585190.9400.780.67130.588.8917.65
Hex555135E04E43825912
Octal512523136011610320213122
Binary101101010110011101111001001110100001110000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055513; }

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

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

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

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

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

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

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

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