#058485

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

Shades of Teal #058485

Tints of Teal #058485

Color information

#058485 (or 0x058485) is unknown color: approx Teal. HEX triplet: 05, 84 and 85. RGB value is (5,132,133). Sum of RGB (Red+Green+Blue) = 5+132+133=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #058485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058485 is #FA7B7A. Grayscale: #5E5E5E. Windows color (decimal): -16415611 or 8750085. OLE color: 8750085.

HSL color Cylindrical-coordinate representation of color #058485: hue angle of 180.47º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058485 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5132133-
CMYK0.960.0100.48
HSL180.47º92.75%27.06%-
HSV(B)180.47º96.24%52.16%-
XYZ12.5518.2325.05-
YUV94.14149.9264.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=1.85%
G=48.89%
B=49.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51321330.960.0100.48180.4792.7527.06
Hex58485601030b45d1b
Octal5204205140106026413533
Binary101100001001000010111000001011000010110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058485; }

 p { color: rgb(5,132,133); }

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

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

 a { background-color: rgb(5,132,133); }

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

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

 span { border-color: rgb(5,132,133); }

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