#058581

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

Shades of Teal #058581

Tints of Teal #058581

Color information

#058581 (or 0x058581) is unknown color: approx Teal. HEX triplet: 05, 85 and 81. RGB value is (5,133,129). Sum of RGB (Red+Green+Blue) = 5+133+129=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #058581 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058581 is #FA7A7E. Grayscale: #5E5E5E. Windows color (decimal): -16415359 or 8488197. OLE color: 8488197.

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

Color convert

RGB5133129-
CMYK0.9600.030.48
HSL178.12º92.75%27.06%-
HSV(B)178.12º96.24%52.16%-
XYZ12.4118.3923.66-
YUV94.27147.5964.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 133 (52.34% from 255) = 49.81%
BLUE value IS 129 (50.78% from 255) = 48.31%
R=1.87%
G=49.81%
B=48.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51331290.9600.030.48178.1292.7527.06
Hex58581600330b25d1b
Octal5205201140036026213533
Binary1011000010110000001110000001111000010110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058581; }

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

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

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

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

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

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

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

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