Html Css Color HEX #05503B Deep Teal

📋 copy color: '#05503B'

red 5 ◦ green 80 ◦ blue 59

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

Shades of Deep Teal #05503B

Tints of Deep Teal #05503B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 55.56%

 BLUE value IS 59 (23.44% from 255) = 40.97%

R = 3.47%
G = 55.56%
B = 40.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#05503B (or 0x05503B) is known color: Deep Teal. HEX triplet: 05, 50 and 3B. RGB value is (5,80,59). Sum of RGB (Red+Green+Blue) = 5+80+59=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #05503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05503B is #FAAFC4. Grayscale: #373737. Windows color (decimal): -16428997 or 3887109. OLE color: 3887109.

HSL color Cylindrical-coordinate representation of color #05503B: hue angle of 163.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05503B is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 80 59 -
CMYK 0.94 0 0.26 0.69
HSL 163.2º 0.88% 0.17% -
HSV(B) 163.2º 0.94% 0.31% -
XYZ 3.72 6.09 5.12 -
YUV 55.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 5 80 59 0.94 0 0.26 0.69 163.2 0.88 0.17
Hex 5 50 3B 5E 0 1A 45 A3 58 11
Octal 5 120 73 136 0 32 105 243 130 21
Binary 101 1010000 111011 1011110 0 11010 1000101 10100011 1011000 10001

Color Harmonies of #05503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05503B

Black with #05503B

Text Example


Text Example

White with #05503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05503B; }

 p { color: rgb(5,80,59); }

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

background-color css

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

 a { background-color: rgb(5,80,59); }

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

border-color css

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

 span { border-color: rgb(5,80,59); }

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