#05563B

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

Shades of Fun Green #05563B

Tints of Fun Green #05563B

Color information

#05563B (or 0x05563B) is unknown color: approx Fun Green. HEX triplet: 05, 56 and 3B. RGB value is (5,86,59). Sum of RGB (Red+Green+Blue) = 5+86+59=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 86 (33.98% from 255 or 57.33% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 86 - color contains mainly: green. Hex color #05563B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05563B is #FAA9C4. Grayscale: #3A3A3A. Windows color (decimal): -16427461 or 3888645. OLE color: 3888645.

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

Color convert

RGB58659-
CMYK0.9400.310.66
HSL160º89.01%17.84%-
HSV(B)160º94.19%33.73%-
XYZ4.1875.27-
YUV58.7128.1689.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 86 (33.98% from 255) = 57.33%
BLUE value IS 59 (23.44% from 255) = 39.33%
R=3.33%
G=57.33%
B=39.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal586590.9400.310.6616089.0117.84
Hex5563B5E01F42a05912
Octal51267313603710224013122
Binary10110101101110111011110011111100001010100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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