Html Css Color HEX #05513E Deep Teal

📋 copy color: '#05513E'

red 5 ◦ green 81 ◦ blue 62

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

Shades of Deep Teal #05513E

Tints of Deep Teal #05513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 54.73%

 BLUE value IS 62 (24.61% from 255) = 41.89%

R = 3.38%
G = 54.73%
B = 41.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#05513E (or 0x05513E) is known color: Deep Teal. HEX triplet: 05, 51 and 3E. RGB value is (5,81,62). Sum of RGB (Red+Green+Blue) = 5+81+62=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #05513E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05513E is #FAAEC1. Grayscale: #383838. Windows color (decimal): -16428738 or 4083973. OLE color: 4083973.

HSL color Cylindrical-coordinate representation of color #05513E: hue angle of 165º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05513E is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 81 62 -
CMYK 0.94 0 0.23 0.68
HSL 165º 0.88% 0.17% -
HSV(B) 165º 0.94% 0.32% -
XYZ 3.87 6.26 5.56 -
YUV 56.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 5 81 62 0.94 0 0.23 0.68 165 0.88 0.17
Hex 5 51 3E 5E 0 17 44 A5 58 11
Octal 5 121 76 136 0 27 104 245 130 21
Binary 101 1010001 111110 1011110 0 10111 1000100 10100101 1011000 10001

Color Harmonies of #05513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05513E

Black with #05513E

Text Example


Text Example

White with #05513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05513E; }

 p { color: rgb(5,81,62); }

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

background-color css

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

 a { background-color: rgb(5,81,62); }

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

border-color css

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

 span { border-color: rgb(5,81,62); }

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