Html Css Color HEX #057488 Teal

📋 copy color: '#057488'

red 5 ◦ green 116 ◦ blue 136

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

Shades of Teal #057488

Tints of Teal #057488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.92%

R = 1.95%
G = 45.14%
B = 52.92%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057488 (or 0x057488) is known color: Teal. HEX triplet: 05, 74 and 88. RGB value is (5,116,136). Sum of RGB (Red+Green+Blue) = 5+116+136=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #057488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057488 is #FA8B77. Grayscale: #545454. Windows color (decimal): -16419704 or 8942597. OLE color: 8942597.

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

Color convert

RGB 5 116 136 -
CMYK 0.96 0.15 0 0.47
HSL 189.16º 0.93% 0.28% -
HSV(B) 189.16º 0.96% 0.53% -
XYZ 10.75 14.3 25.49 -
YUV 85.09 156.73 70.87 -
System Red Green Blue C M Y K H S L
Decimal 5 116 136 0.96 0.15 0 0.47 189.16 0.93 0.28
Hex 5 74 88 60 F 0 2F BD 5D 1C
Octal 5 164 210 140 17 0 57 275 135 34
Binary 101 1110100 10001000 1100000 1111 0 101111 10111101 1011101 11100

Color Harmonies of #057488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057488

Black with #057488

Text Example


Text Example

White with #057488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057488; }

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

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

background-color css

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

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

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

border-color css

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

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

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