#055813

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

Shades of Crusoe #055813

Tints of Crusoe #055813

Color information

#055813 (or 0x055813) is unknown color: approx Crusoe. HEX triplet: 05, 58 and 13. RGB value is (5,88,19). Sum of RGB (Red+Green+Blue) = 5+88+19=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 88 (34.77% from 255 or 78.57% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 88 - color contains mainly: green. Hex color #055813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055813 is #FAA7EC. Grayscale: #373737. Windows color (decimal): -16426989 or 1267717. OLE color: 1267717.

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

Color convert

RGB58819-
CMYK0.9400.780.65
HSL130.12º89.25%18.24%-
HSV(B)130.12º94.32%34.51%-
XYZ3.677.061.79-
YUV55.32107.592.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 88 (34.77% from 255) = 78.57%
BLUE value IS 19 (7.81% from 255) = 16.96%
R=4.46%
G=78.57%
B=16.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal588190.9400.780.65130.1289.2518.24
Hex558135E04E41825912
Octal513023136011610120213122
Binary101101100010011101111001001110100000110000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055813; }

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

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

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

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

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

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

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

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