#05523F

Color #05523F Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #05523F

Tints of Deep Teal #05523F

Color information

#05523F (or 0x05523F) is unknown color: approx Deep Teal. HEX triplet: 05, 52 and 3F. RGB value is (5,82,63). Sum of RGB (Red+Green+Blue) = 5+82+63=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #05523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05523F is #FAADC0. Grayscale: #383838. Windows color (decimal): -16428481 or 4149765. OLE color: 4149765.

HSL color Cylindrical-coordinate representation of color #05523F: hue angle of 165.19º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05523F is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB58263-
CMYK0.9400.230.68
HSL165.19º88.51%17.06%-
HSV(B)165.19º93.9%32.16%-
XYZ3.986.435.73-
YUV56.81131.4991.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 82 (32.42% from 255) = 54.67%
BLUE value IS 63 (25% from 255) = 42%
R=3.33%
G=54.67%
B=42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582630.9400.230.68165.1988.5117.06
Hex5523F5E01744a55911
Octal51227713602710424513121
Binary10110100101111111011110010111100010010100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05523F; }

 p { color: rgb(5,82,63); }

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

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

 a { background-color: rgb(5,82,63); }

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

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

 span { border-color: rgb(5,82,63); }

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