#05551E

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

Shades of Crusoe #05551E

Tints of Crusoe #05551E

Color information

#05551E (or 0x05551E) is unknown color: approx Crusoe. HEX triplet: 05, 55 and 1E. RGB value is (5,85,30). Sum of RGB (Red+Green+Blue) = 5+85+30=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #05551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05551E is #FAAAE1. Grayscale: #363636. Windows color (decimal): -16427746 or 1987845. OLE color: 1987845.

HSL color Cylindrical-coordinate representation of color #05551E: hue angle of 138.75º 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 #05551E is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB58530-
CMYK0.9400.650.67
HSL138.75º88.89%17.65%-
HSV(B)138.75º94.12%33.33%-
XYZ3.556.622.32-
YUV54.8111492.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 85 (33.59% from 255) = 70.83%
BLUE value IS 30 (12.11% from 255) = 25%
R=4.17%
G=70.83%
B=25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585300.9400.650.67138.7588.8917.65
Hex5551E5E041438b5912
Octal512536136010110321313122
Binary101101010111110101111001000001100001110001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05551E; }

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

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

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

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

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

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

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

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