Html Css Color HEX #057185 Teal

📋 copy color: '#057185'

red 5 ◦ green 113 ◦ blue 133

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

Shades of Teal #057185

Tints of Teal #057185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.02%

 BLUE value IS 133 (52.34% from 255) = 52.99%

R = 1.99%
G = 45.02%
B = 52.99%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#057185 (or 0x057185) is known color: Teal. HEX triplet: 05, 71 and 85. RGB value is (5,113,133). Sum of RGB (Red+Green+Blue) = 5+113+133=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #057185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057185 is #FA8E7A. Grayscale: #525252. Windows color (decimal): -16420475 or 8745221. OLE color: 8745221.

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

Color convert

RGB 5 113 133 -
CMYK 0.96 0.15 0 0.48
HSL 189.38º 0.93% 0.27% -
HSV(B) 189.38º 0.96% 0.52% -
XYZ 10.2 13.54 24.27 -
YUV 82.99 156.22 72.37 -
System Red Green Blue C M Y K H S L
Decimal 5 113 133 0.96 0.15 0 0.48 189.38 0.93 0.27
Hex 5 71 85 60 F 0 30 BD 5D 1B
Octal 5 161 205 140 17 0 60 275 135 33
Binary 101 1110001 10000101 1100000 1111 0 110000 10111101 1011101 11011

Color Harmonies of #057185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057185

Black with #057185

Text Example


Text Example

White with #057185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057185; }

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

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

background-color css

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

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

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

border-color css

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

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

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