#05581B

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

Shades of Crusoe #05581B

Tints of Crusoe #05581B

Color information

#05581B (or 0x05581B) is unknown color: approx Crusoe. HEX triplet: 05, 58 and 1B. RGB value is (5,88,27). Sum of RGB (Red+Green+Blue) = 5+88+27=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 88 (34.77% from 255 or 73.33% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 88 - color contains mainly: green. Hex color #05581B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05581B is #FAA7E4. Grayscale: #383838. Windows color (decimal): -16426981 or 1792005. OLE color: 1792005.

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

Color convert

RGB58827-
CMYK0.9400.690.65
HSL135.9º89.25%18.24%-
HSV(B)135.9º94.32%34.51%-
XYZ3.757.092.21-
YUV56.23111.591.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 88 (34.77% from 255) = 73.33%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=4.17%
G=73.33%
B=22.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588270.9400.690.65135.989.2518.24
Hex5581B5E04541885912
Octal513033136010510121013122
Binary101101100011011101111001000101100000110001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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