Html Css Color HEX #057485 Teal

📋 copy color: '#057485'

red 5 ◦ green 116 ◦ blue 133

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

Shades of Teal #057485

Tints of Teal #057485

RGB

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

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

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

R = 1.97%
G = 45.67%
B = 52.36%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#057485 (or 0x057485) is known color: Teal. HEX triplet: 05, 74 and 85. RGB value is (5,116,133). Sum of RGB (Red+Green+Blue) = 5+116+133=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #057485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057485 is #FA8B7A. Grayscale: #545454. Windows color (decimal): -16419707 or 8745989. OLE color: 8745989.

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

Color convert

RGB 5 116 133 -
CMYK 0.96 0.13 0 0.48
HSL 187.97º 0.93% 0.27% -
HSV(B) 187.97º 0.96% 0.52% -
XYZ 10.54 14.22 24.38 -
YUV 84.75 155.23 71.12 -
System Red Green Blue C M Y K H S L
Decimal 5 116 133 0.96 0.13 0 0.48 187.97 0.93 0.27
Hex 5 74 85 60 D 0 30 BC 5D 1B
Octal 5 164 205 140 15 0 60 274 135 33
Binary 101 1110100 10000101 1100000 1101 0 110000 10111100 1011101 11011

Color Harmonies of #057485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057485

Black with #057485

Text Example


Text Example

White with #057485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057485; }

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

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

background-color css

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

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

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

border-color css

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

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

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