Html Css Color HEX #057486 Teal

📋 copy color: '#057486'

red 5 ◦ green 116 ◦ blue 134

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

Shades of Teal #057486

Tints of Teal #057486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 1.96%
G = 45.49%
B = 52.55%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057486 (or 0x057486) is known color: Teal. HEX triplet: 05, 74 and 86. RGB value is (5,116,134). Sum of RGB (Red+Green+Blue) = 5+116+134=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #057486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057486 is #FA8B79. Grayscale: #545454. Windows color (decimal): -16419706 or 8811525. OLE color: 8811525.

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

Color convert

RGB 5 116 134 -
CMYK 0.96 0.13 0 0.47
HSL 188.37º 0.93% 0.27% -
HSV(B) 188.37º 0.96% 0.53% -
XYZ 10.61 14.24 24.74 -
YUV 84.86 155.73 71.04 -
System Red Green Blue C M Y K H S L
Decimal 5 116 134 0.96 0.13 0 0.47 188.37 0.93 0.27
Hex 5 74 86 60 D 0 2F BC 5D 1B
Octal 5 164 206 140 15 0 57 274 135 33
Binary 101 1110100 10000110 1100000 1101 0 101111 10111100 1011101 11011

Color Harmonies of #057486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057486

Black with #057486

Text Example


Text Example

White with #057486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057486; }

 p { color: rgb(5,116,134); }

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

background-color css

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

 a { background-color: rgb(5,116,134); }

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

border-color css

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

 span { border-color: rgb(5,116,134); }

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