Html Css Color HEX #057483 Teal

📋 copy color: '#057483'

red 5 ◦ green 116 ◦ blue 131

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

Shades of Teal #057483

Tints of Teal #057483

RGB

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

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

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

R = 1.98%
G = 46.03%
B = 51.98%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#057483 (or 0x057483) is known color: Teal. HEX triplet: 05, 74 and 83. RGB value is (5,116,131). Sum of RGB (Red+Green+Blue) = 5+116+131=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #057483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057483 is #FA8B7C. Grayscale: #545454. Windows color (decimal): -16419709 or 8614917. OLE color: 8614917.

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

Color convert

RGB 5 116 131 -
CMYK 0.96 0.11 0 0.49
HSL 187.14º 0.93% 0.27% -
HSV(B) 187.14º 0.96% 0.51% -
XYZ 10.4 14.16 23.66 -
YUV 84.52 154.23 71.28 -
System Red Green Blue C M Y K H S L
Decimal 5 116 131 0.96 0.11 0 0.49 187.14 0.93 0.27
Hex 5 74 83 60 B 0 31 BB 5D 1B
Octal 5 164 203 140 13 0 61 273 135 33
Binary 101 1110100 10000011 1100000 1011 0 110001 10111011 1011101 11011

Color Harmonies of #057483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057483

Black with #057483

Text Example


Text Example

White with #057483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057483; }

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

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

background-color css

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

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

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

border-color css

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

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

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