#055A42

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

Shades of Jewel #055A42

Tints of Jewel #055A42

Color information

#055A42 (or 0x055A42) is unknown color: approx Jewel. HEX triplet: 05, 5A and 42. RGB value is (5,90,66). Sum of RGB (Red+Green+Blue) = 5+90+66=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #055A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A42 is #FAA5BD. Grayscale: #3D3D3D. Windows color (decimal): -16426430 or 4348421. OLE color: 4348421.

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

Color convert

RGB59066-
CMYK0.9400.270.65
HSL163.06º89.47%18.63%-
HSV(B)163.06º94.44%35.29%-
XYZ4.77.746.4-
YUV61.85130.3487.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 90 (35.55% from 255) = 55.90%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=3.11%
G=55.90%
B=40.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590660.9400.270.65163.0689.4718.63
Hex55A425E01B41a35913
Octal513210213603310124313123
Binary101101101010000101011110011011100000110100011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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