#05561B

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

Shades of Crusoe #05561B

Tints of Crusoe #05561B

Color information

#05561B (or 0x05561B) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 1B. RGB value is (5,86,27). Sum of RGB (Red+Green+Blue) = 5+86+27=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 86 (33.98% from 255 or 72.88% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 86 - color contains mainly: green. Hex color #05561B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05561B is #FAA9E4. Grayscale: #373737. Windows color (decimal): -16427493 or 1791493. OLE color: 1791493.

HSL color Cylindrical-coordinate representation of color #05561B: hue angle of 136.3º 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 #05561B is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB58627-
CMYK0.9400.690.66
HSL136.3º89.01%17.84%-
HSV(B)136.3º94.19%33.73%-
XYZ3.596.772.15-
YUV55.06112.1692.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 86 (33.98% from 255) = 72.88%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=4.24%
G=72.88%
B=22.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586270.9400.690.66136.389.0117.84
Hex5561B5E04542885912
Octal512633136010510221013122
Binary101101011011011101111001000101100001010001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05561B; }

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

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

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

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

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

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

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

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