Html Css Color HEX #057088 Teal

📋 copy color: '#057088'

red 5 ◦ green 112 ◦ blue 136

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

Shades of Teal #057088

Tints of Teal #057088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.27%

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

R = 1.98%
G = 44.27%
B = 53.75%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#057088 (or 0x057088) is known color: Teal. HEX triplet: 05, 70 and 88. RGB value is (5,112,136). Sum of RGB (Red+Green+Blue) = 5+112+136=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #057088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057088 is #FA8F77. Grayscale: #525252. Windows color (decimal): -16420728 or 8941573. OLE color: 8941573.

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

Color convert

RGB 5 112 136 -
CMYK 0.96 0.18 0 0.47
HSL 190.99º 0.93% 0.28% -
HSV(B) 190.99º 0.96% 0.53% -
XYZ 10.3 13.4 25.34 -
YUV 82.74 158.05 72.55 -
System Red Green Blue C M Y K H S L
Decimal 5 112 136 0.96 0.18 0 0.47 190.99 0.93 0.28
Hex 5 70 88 60 12 0 2F BF 5D 1C
Octal 5 160 210 140 22 0 57 277 135 34
Binary 101 1110000 10001000 1100000 10010 0 101111 10111111 1011101 11100

Color Harmonies of #057088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057088

Black with #057088

Text Example


Text Example

White with #057088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057088; }

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

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

background-color css

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

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

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

border-color css

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

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

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