Html Css Color HEX #057883 Teal

📋 copy color: '#057883'

red 5 ◦ green 120 ◦ blue 131

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

Shades of Teal #057883

Tints of Teal #057883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.17%

R = 1.95%
G = 46.88%
B = 51.17%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#057883 (or 0x057883) is known color: Teal. HEX triplet: 05, 78 and 83. RGB value is (5,120,131). Sum of RGB (Red+Green+Blue) = 5+120+131=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #057883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057883 is #FA877C. Grayscale: #565656. Windows color (decimal): -16418685 or 8615941. OLE color: 8615941.

HSL color Cylindrical-coordinate representation of color #057883: hue angle of 185.24º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057883 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 120 131 -
CMYK 0.96 0.08 0 0.49
HSL 185.24º 0.93% 0.27% -
HSV(B) 185.24º 0.96% 0.51% -
XYZ 10.88 15.1 23.81 -
YUV 86.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 5 120 131 0.96 0.08 0 0.49 185.24 0.93 0.27
Hex 5 78 83 60 8 0 31 B9 5D 1B
Octal 5 170 203 140 10 0 61 271 135 33
Binary 101 1111000 10000011 1100000 1000 0 110001 10111001 1011101 11011

Color Harmonies of #057883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057883

Black with #057883

Text Example


Text Example

White with #057883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057883; }

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

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

background-color css

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

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

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

border-color css

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

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

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