#05563E

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

Shades of Jewel #05563E

Tints of Jewel #05563E

Color information

#05563E (or 0x05563E) is unknown color: approx Jewel. HEX triplet: 05, 56 and 3E. RGB value is (5,86,62). Sum of RGB (Red+Green+Blue) = 5+86+62=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #05563E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05563E is #FAA9C1. Grayscale: #3B3B3B. Windows color (decimal): -16427458 or 4085253. OLE color: 4085253.

HSL color Cylindrical-coordinate representation of color #05563E: hue angle of 162.22º 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 #05563E is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB58662-
CMYK0.9400.280.66
HSL162.22º89.01%17.84%-
HSV(B)162.22º94.19%33.73%-
XYZ4.267.045.69-
YUV59.04129.6689.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 86 (33.98% from 255) = 56.21%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=3.27%
G=56.21%
B=40.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586620.9400.280.66162.2289.0117.84
Hex5563E5E01C42a25912
Octal51267613603410224213122
Binary10110101101111101011110011100100001010100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05563E; }

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

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

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

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

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

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

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

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