Html Css Color HEX #057385 Teal

📋 copy color: '#057385'

red 5 ◦ green 115 ◦ blue 133

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

Shades of Teal #057385

Tints of Teal #057385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.45%

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

R = 1.98%
G = 45.45%
B = 52.57%

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

#057385 (or 0x057385) is known color: Teal. HEX triplet: 05, 73 and 85. RGB value is (5,115,133). Sum of RGB (Red+Green+Blue) = 5+115+133=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #057385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057385 is #FA8C7A. Grayscale: #535353. Windows color (decimal): -16419963 or 8745733. OLE color: 8745733.

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

Color convert

RGB 5 115 133 -
CMYK 0.96 0.14 0 0.48
HSL 188.44º 0.93% 0.27% -
HSV(B) 188.44º 0.96% 0.52% -
XYZ 10.43 13.99 24.34 -
YUV 84.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 5 115 133 0.96 0.14 0 0.48 188.44 0.93 0.27
Hex 5 73 85 60 E 0 30 BC 5D 1B
Octal 5 163 205 140 16 0 60 274 135 33
Binary 101 1110011 10000101 1100000 1110 0 110000 10111100 1011101 11011

Color Harmonies of #057385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057385

Black with #057385

Text Example


Text Example

White with #057385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057385; }

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

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

background-color css

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

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

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

border-color css

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

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

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