#058584

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

Shades of Teal #058584

Tints of Teal #058584

Color information

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

HSL color Cylindrical-coordinate representation of color #058584: hue angle of 179.53º 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 #058584 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB5133132-
CMYK0.9600.010.48
HSL179.53º92.75%27.06%-
HSV(B)179.53º96.24%52.16%-
XYZ12.6118.4724.73-
YUV94.61149.0964.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51331320.9600.010.48179.5392.7527.06
Hex58584600130b45d1b
Octal5205204140016026413533
Binary101100001011000010011000000111000010110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058584; }

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

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

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

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

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

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

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

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