Html Css Color HEX #058483 Teal

📋 copy color: '#058483'

red 5 ◦ green 132 ◦ blue 131

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

Shades of Teal #058483

Tints of Teal #058483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.25%

 BLUE value IS 131 (51.56% from 255) = 48.88%

R = 1.87%
G = 49.25%
B = 48.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#058483 (or 0x058483) is known color: Teal. HEX triplet: 05, 84 and 83. RGB value is (5,132,131). Sum of RGB (Red+Green+Blue) = 5+132+131=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #058483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058483 is #FA7B7C. Grayscale: #5D5D5D. Windows color (decimal): -16415613 or 8619013. OLE color: 8619013.

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

Color convert

RGB 5 132 131 -
CMYK 0.96 0 0.01 0.48
HSL 179.53º 0.93% 0.27% -
HSV(B) 179.53º 0.96% 0.52% -
XYZ 12.41 18.17 24.33 -
YUV 93.91 148.92 64.58 -
System Red Green Blue C M Y K H S L
Decimal 5 132 131 0.96 0 0.01 0.48 179.53 0.93 0.27
Hex 5 84 83 60 0 1 30 B4 5D 1B
Octal 5 204 203 140 0 1 60 264 135 33
Binary 101 10000100 10000011 1100000 0 1 110000 10110100 1011101 11011

Color Harmonies of #058483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058483

Black with #058483

Text Example


Text Example

White with #058483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058483; }

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

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

background-color css

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

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

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

border-color css

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

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

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