#055A1C

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

Shades of Crusoe #055A1C

Tints of Crusoe #055A1C

Color information

#055A1C (or 0x055A1C) is unknown color: approx Crusoe. HEX triplet: 05, 5A and 1C. RGB value is (5,90,28). Sum of RGB (Red+Green+Blue) = 5+90+28=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 90 (35.55% from 255 or 73.17% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 90 - color contains mainly: green. Hex color #055A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A1C is #FAA5E3. Grayscale: #393939. Windows color (decimal): -16426468 or 1858053. OLE color: 1858053.

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

Color convert

RGB59028-
CMYK0.9400.690.65
HSL136.24º89.47%18.63%-
HSV(B)136.24º94.44%35.29%-
XYZ3.937.432.33-
YUV57.52111.3490.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 90 (35.55% from 255) = 73.17%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=4.07%
G=73.17%
B=22.76%

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
Decimal590280.9400.690.65136.2489.4718.63
Hex55A1C5E04541885913
Octal513234136010510121013123
Binary101101101011100101111001000101100000110001000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055A1C; }

 p { color: rgb(5,90,28); }

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

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

 a { background-color: rgb(5,90,28); }

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

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

 span { border-color: rgb(5,90,28); }

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