#055A1A

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

Shades of Crusoe #055A1A

Tints of Crusoe #055A1A

Color information

#055A1A (or 0x055A1A) is unknown color: approx Crusoe. HEX triplet: 05, 5A and 1A. RGB value is (5,90,26). Sum of RGB (Red+Green+Blue) = 5+90+26=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #055A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A1A is #FAA5E5. Grayscale: #393939. Windows color (decimal): -16426470 or 1726981. OLE color: 1726981.

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

Color convert

RGB59026-
CMYK0.9400.710.65
HSL134.82º89.47%18.63%-
HSV(B)134.82º94.44%35.29%-
XYZ3.917.422.2-
YUV57.29110.3490.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 90 (35.55% from 255) = 74.38%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=4.13%
G=74.38%
B=21.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590260.9400.710.65134.8289.4718.63
Hex55A1A5E04741875913
Octal513232136010710120713123
Binary101101101011010101111001000111100000110000111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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