Html Css Color HEX #058582 Teal

📋 copy color: '#058582'

red 5 ◦ green 133 ◦ blue 130

#058582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #058582

Tints of Teal #058582

RGB

 RED value IS 5 (2.34% from 255) = 1.87%

 GREEN value IS 133 (52.34% from 255) = 49.63%

 BLUE value IS 130 (51.17% from 255) = 48.51%

R = 1.87%
G = 49.63%
B = 48.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#058582 (or 0x058582) is known color: Teal. HEX triplet: 05, 85 and 82. RGB value is (5,133,130). Sum of RGB (Red+Green+Blue) = 5+133+130=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #058582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058582 is #FA7A7D. Grayscale: #5E5E5E. Windows color (decimal): -16415358 or 8553733. OLE color: 8553733.

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

Color convert

RGB 5 133 130 -
CMYK 0.96 0 0.02 0.48
HSL 178.59º 0.93% 0.27% -
HSV(B) 178.59º 0.96% 0.52% -
XYZ 12.48 18.42 24.02 -
YUV 94.39 148.09 64.24 -
System Red Green Blue C M Y K H S L
Decimal 5 133 130 0.96 0 0.02 0.48 178.59 0.93 0.27
Hex 5 85 82 60 0 2 30 B3 5D 1B
Octal 5 205 202 140 0 2 60 263 135 33
Binary 101 10000101 10000010 1100000 0 10 110000 10110011 1011101 11011

Color Harmonies of #058582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058582

Black with #058582

Text Example


Text Example

White with #058582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058582; }

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

 H1.HeaderClassName
 {
   color: #058582;
 }
 .AnyTagClassName
 {
   color: #058582;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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