Html Css Color HEX #057285 Teal

📋 copy color: '#057285'

red 5 ◦ green 114 ◦ blue 133

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

Shades of Teal #057285

Tints of Teal #057285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.24%

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 1.98%
G = 45.24%
B = 52.78%

CMYK

 C value IS 0.96

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#057285 (or 0x057285) is known color: Teal. HEX triplet: 05, 72 and 85. RGB value is (5,114,133). Sum of RGB (Red+Green+Blue) = 5+114+133=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #057285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057285 is #FA8D7A. Grayscale: #535353. Windows color (decimal): -16420219 or 8745477. OLE color: 8745477.

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

Color convert

RGB 5 114 133 -
CMYK 0.96 0.14 0 0.48
HSL 188.91º 0.93% 0.27% -
HSV(B) 188.91º 0.96% 0.52% -
XYZ 10.31 13.76 24.3 -
YUV 83.58 155.89 71.96 -
System Red Green Blue C M Y K H S L
Decimal 5 114 133 0.96 0.14 0 0.48 188.91 0.93 0.27
Hex 5 72 85 60 E 0 30 BD 5D 1B
Octal 5 162 205 140 16 0 60 275 135 33
Binary 101 1110010 10000101 1100000 1110 0 110000 10111101 1011101 11011

Color Harmonies of #057285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057285

Black with #057285

Text Example


Text Example

White with #057285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057285; }

 p { color: rgb(5,114,133); }

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

background-color css

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

 a { background-color: rgb(5,114,133); }

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

border-color css

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

 span { border-color: rgb(5,114,133); }

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