#058583

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

Shades of Teal #058583

Tints of Teal #058583

Color information

#058583 (or 0x058583) is unknown color: approx Teal. HEX triplet: 05, 85 and 83. RGB value is (5,133,131). Sum of RGB (Red+Green+Blue) = 5+133+131=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #058583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058583 is #FA7A7C. Grayscale: #5E5E5E. Windows color (decimal): -16415357 or 8619269. OLE color: 8619269.

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

Color convert

RGB5133131-
CMYK0.9600.020.48
HSL179.06º92.75%27.06%-
HSV(B)179.06º96.24%52.16%-
XYZ12.5518.4524.37-
YUV94.5148.5964.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.86%
GREEN value IS 133 (52.34% from 255) = 49.44%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=1.86%
G=49.44%
B=48.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51331310.9600.020.48179.0692.7527.06
Hex58583600230b35d1b
Octal5205203140026026313533
Binary1011000010110000011110000001011000010110011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058583; }

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

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

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

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

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

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

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

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