#055A40

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

Shades of Jewel #055A40

Tints of Jewel #055A40

Color information

#055A40 (or 0x055A40) is unknown color: approx Jewel. HEX triplet: 05, 5A and 40. RGB value is (5,90,64). Sum of RGB (Red+Green+Blue) = 5+90+64=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #055A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A40 is #FAA5BF. Grayscale: #3D3D3D. Windows color (decimal): -16426432 or 4217349. OLE color: 4217349.

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

Color convert

RGB59064-
CMYK0.9400.290.65
HSL161.65º89.47%18.63%-
HSV(B)161.65º94.44%35.29%-
XYZ4.647.716.09-
YUV61.62129.3487.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 90 (35.55% from 255) = 56.60%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=3.14%
G=56.60%
B=40.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590640.9400.290.65161.6589.4718.63
Hex55A405E01D41a25913
Octal513210013603510124213123
Binary101101101010000001011110011101100000110100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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