#055641

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

Shades of Jewel #055641

Tints of Jewel #055641

Color information

#055641 (or 0x055641) is unknown color: approx Jewel. HEX triplet: 05, 56 and 41. RGB value is (5,86,65). Sum of RGB (Red+Green+Blue) = 5+86+65=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #055641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055641 is #FAA9BE. Grayscale: #3B3B3B. Windows color (decimal): -16427455 or 4281861. OLE color: 4281861.

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

Color convert

RGB58665-
CMYK0.9400.240.66
HSL164.44º89.01%17.84%-
HSV(B)164.44º94.19%33.73%-
XYZ4.347.076.14-
YUV59.39131.1689.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 86 (33.98% from 255) = 55.13%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=3.21%
G=55.13%
B=41.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586650.9400.240.66164.4489.0117.84
Hex556415E01842a45912
Octal512610113603010224413122
Binary101101011010000011011110011000100001010100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055641; }

 p { color: rgb(5,86,65); }

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

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

 a { background-color: rgb(5,86,65); }

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

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

 span { border-color: rgb(5,86,65); }

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