#055627

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

Shades of Crusoe #055627

Tints of Crusoe #055627

Color information

#055627 (or 0x055627) is unknown color: approx Crusoe. HEX triplet: 05, 56 and 27. RGB value is (5,86,39). Sum of RGB (Red+Green+Blue) = 5+86+39=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #055627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055627 is #FAA9D8. Grayscale: #383838. Windows color (decimal): -16427481 or 2577925. OLE color: 2577925.

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

Color convert

RGB58639-
CMYK0.9400.550.66
HSL145.19º89.01%17.84%-
HSV(B)145.19º94.19%33.73%-
XYZ3.766.833.04-
YUV56.42118.1691.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 86 (33.98% from 255) = 66.15%
BLUE value IS 39 (15.62% from 255) = 30%
R=3.85%
G=66.15%
B=30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586390.9400.550.66145.1989.0117.84
Hex556275E03742915912
Octal51264713606710222113122
Binary101101011010011110111100110111100001010010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055627; }

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

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

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

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

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

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

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

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