Html Css Color HEX #05523F Deep Teal

📋 copy color: '#05523F'

red 5 ◦ green 82 ◦ blue 63

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

Shades of Deep Teal #05523F

Tints of Deep Teal #05523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 54.67%

 BLUE value IS 63 (25% from 255) = 42%

R = 3.33%
G = 54.67%
B = 42%

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

#05523F (or 0x05523F) is known color: Deep Teal. HEX triplet: 05, 52 and 3F. RGB value is (5,82,63). Sum of RGB (Red+Green+Blue) = 5+82+63=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #05523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05523F is #FAADC0. Grayscale: #383838. Windows color (decimal): -16428481 or 4149765. OLE color: 4149765.

HSL color Cylindrical-coordinate representation of color #05523F: hue angle of 165.19º degrees, saturation: 0.89, 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 #05523F is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 63 -
CMYK 0.94 0 0.23 0.68
HSL 165.19º 0.89% 0.17% -
HSV(B) 165.19º 0.94% 0.32% -
XYZ 3.98 6.43 5.73 -
YUV 56.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 5 82 63 0.94 0 0.23 0.68 165.19 0.89 0.17
Hex 5 52 3F 5E 0 17 44 A5 59 11
Octal 5 122 77 136 0 27 104 245 131 21
Binary 101 1010010 111111 1011110 0 10111 1000100 10100101 1011001 10001

Color Harmonies of #05523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05523F

Black with #05523F

Text Example


Text Example

White with #05523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05523F; }

 p { color: rgb(5,82,63); }

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

background-color css

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

 a { background-color: rgb(5,82,63); }

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

border-color css

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

 span { border-color: rgb(5,82,63); }

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