#05591E

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

Shades of Crusoe #05591E

Tints of Crusoe #05591E

Color information

#05591E (or 0x05591E) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 1E. RGB value is (5,89,30). Sum of RGB (Red+Green+Blue) = 5+89+30=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 89 (35.16% from 255 or 71.77% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 89 - color contains mainly: green. Hex color #05591E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05591E is #FAA6E1. Grayscale: #393939. Windows color (decimal): -16426722 or 1988869. OLE color: 1988869.

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

Color convert

RGB58930-
CMYK0.9400.660.65
HSL137.86º89.36%18.43%-
HSV(B)137.86º94.38%34.9%-
XYZ3.877.272.43-
YUV57.16112.6790.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 89 (35.16% from 255) = 71.77%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=4.03%
G=71.77%
B=24.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589300.9400.660.65137.8689.3618.43
Hex5591E5E042418a5912
Octal513136136010210121213122
Binary101101100111110101111001000010100000110001010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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