#05581E

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

Shades of Crusoe #05581E

Tints of Crusoe #05581E

Color information

#05581E (or 0x05581E) is unknown color: approx Crusoe. HEX triplet: 05, 58 and 1E. RGB value is (5,88,30). Sum of RGB (Red+Green+Blue) = 5+88+30=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 88 (34.77% from 255 or 71.54% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 88 - color contains mainly: green. Hex color #05581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05581E is #FAA7E1. Grayscale: #383838. Windows color (decimal): -16426978 or 1988613. OLE color: 1988613.

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

Color convert

RGB58830-
CMYK0.9400.660.65
HSL138.07º89.25%18.24%-
HSV(B)138.07º94.32%34.51%-
XYZ3.797.112.4-
YUV56.5711391.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 88 (34.77% from 255) = 71.54%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=4.07%
G=71.54%
B=24.39%

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
Decimal588300.9400.660.65138.0789.2518.24
Hex5581E5E042418a5912
Octal513036136010210121213122
Binary101101100011110101111001000010100000110001010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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