Html Css Color HEX #058283 Teal

📋 copy color: '#058283'

red 5 ◦ green 130 ◦ blue 131

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

Shades of Teal #058283

Tints of Teal #058283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

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

R = 1.88%
G = 48.87%
B = 49.25%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#058283 (or 0x058283) is known color: Teal. HEX triplet: 05, 82 and 83. RGB value is (5,130,131). Sum of RGB (Red+Green+Blue) = 5+130+131=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #058283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058283 is #FA7D7C. Grayscale: #5C5C5C. Windows color (decimal): -16416125 or 8618501. OLE color: 8618501.

HSL color Cylindrical-coordinate representation of color #058283: hue angle of 180.48º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058283 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 130 131 -
CMYK 0.96 0.01 0 0.49
HSL 180.48º 0.93% 0.27% -
HSV(B) 180.48º 0.96% 0.51% -
XYZ 12.14 17.64 24.24 -
YUV 92.74 149.59 65.42 -
System Red Green Blue C M Y K H S L
Decimal 5 130 131 0.96 0.01 0 0.49 180.48 0.93 0.27
Hex 5 82 83 60 1 0 31 B4 5D 1B
Octal 5 202 203 140 1 0 61 264 135 33
Binary 101 10000010 10000011 1100000 1 0 110001 10110100 1011101 11011

Color Harmonies of #058283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058283

Black with #058283

Text Example


Text Example

White with #058283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058283; }

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

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

background-color css

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

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

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

border-color css

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

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

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