#055840

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

Shades of Jewel #055840

Tints of Jewel #055840

Color information

#055840 (or 0x055840) is unknown color: approx Jewel. HEX triplet: 05, 58 and 40. RGB value is (5,88,64). Sum of RGB (Red+Green+Blue) = 5+88+64=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #055840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055840 is #FAA7BF. Grayscale: #3C3C3C. Windows color (decimal): -16426944 or 4216837. OLE color: 4216837.

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

Color convert

RGB58864-
CMYK0.9400.270.65
HSL162.65º89.25%18.24%-
HSV(B)162.65º94.32%34.51%-
XYZ4.487.386.04-
YUV60.4513088.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 88 (34.77% from 255) = 56.05%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=3.18%
G=56.05%
B=40.76%

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
Decimal588640.9400.270.65162.6589.2518.24
Hex558405E01B41a35912
Octal513010013603310124313122
Binary101101100010000001011110011011100000110100011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055840; }

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

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

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

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

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

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

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

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