#055213

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

Shades of Crusoe #055213

Tints of Crusoe #055213

Color information

#055213 (or 0x055213) is unknown color: approx Crusoe. HEX triplet: 05, 52 and 13. RGB value is (5,82,19). Sum of RGB (Red+Green+Blue) = 5+82+19=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #055213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055213 is #FAADEC. Grayscale: #333333. Windows color (decimal): -16428525 or 1266181. OLE color: 1266181.

HSL color Cylindrical-coordinate representation of color #055213: hue angle of 130.91º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055213 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB58219-
CMYK0.9400.770.68
HSL130.91º88.51%17.06%-
HSV(B)130.91º93.9%32.16%-
XYZ3.26.111.63-
YUV51.79109.4994.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 82 (32.42% from 255) = 77.36%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=4.72%
G=77.36%
B=17.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582190.9400.770.68130.9188.5117.06
Hex552135E04D44835911
Octal512223136011510420313121
Binary101101001010011101111001001101100010010000011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055213; }

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

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

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

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

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

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

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

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