Html Css Color HEX #057884 Teal

📋 copy color: '#057884'

red 5 ◦ green 120 ◦ blue 132

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

Shades of Teal #057884

Tints of Teal #057884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.69%

 BLUE value IS 132 (51.95% from 255) = 51.36%

R = 1.95%
G = 46.69%
B = 51.36%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#057884 (or 0x057884) is known color: Teal. HEX triplet: 05, 78 and 84. RGB value is (5,120,132). Sum of RGB (Red+Green+Blue) = 5+120+132=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #057884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057884 is #FA877B. Grayscale: #565656. Windows color (decimal): -16418684 or 8681477. OLE color: 8681477.

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

Color convert

RGB 5 120 132 -
CMYK 0.96 0.09 0 0.48
HSL 185.67º 0.93% 0.27% -
HSV(B) 185.67º 0.96% 0.52% -
XYZ 10.94 15.13 24.17 -
YUV 86.98 153.4 69.52 -
System Red Green Blue C M Y K H S L
Decimal 5 120 132 0.96 0.09 0 0.48 185.67 0.93 0.27
Hex 5 78 84 60 9 0 30 BA 5D 1B
Octal 5 170 204 140 11 0 60 272 135 33
Binary 101 1111000 10000100 1100000 1001 0 110000 10111010 1011101 11011

Color Harmonies of #057884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057884

Black with #057884

Text Example


Text Example

White with #057884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057884; }

 p { color: rgb(5,120,132); }

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

background-color css

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

 a { background-color: rgb(5,120,132); }

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

border-color css

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

 span { border-color: rgb(5,120,132); }

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