Html Css Color HEX #053631 Deep Teal

📋 copy color: '#053631'

red 5 ◦ green 54 ◦ blue 49

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

Shades of Deep Teal #053631

Tints of Deep Teal #053631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 50%

 BLUE value IS 49 (19.53% from 255) = 45.37%

R = 4.63%
G = 50%
B = 45.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#053631 (or 0x053631) is known color: Deep Teal. HEX triplet: 05, 36 and 31. RGB value is (5,54,49). Sum of RGB (Red+Green+Blue) = 5+54+49=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #053631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053631 is #FAC9CE. Grayscale: #262626. Windows color (decimal): -16435663 or 3225093. OLE color: 3225093.

HSL color Cylindrical-coordinate representation of color #053631: hue angle of 173.88º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053631 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 49 -
CMYK 0.91 0 0.09 0.79
HSL 173.88º 0.83% 0.12% -
HSV(B) 173.88º 0.91% 0.21% -
XYZ 1.94 2.89 3.36 -
YUV 38.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 5 54 49 0.91 0 0.09 0.79 173.88 0.83 0.12
Hex 5 36 31 5B 0 9 4F AE 53 C
Octal 5 66 61 133 0 11 117 256 123 14
Binary 101 110110 110001 1011011 0 1001 1001111 10101110 1010011 1100

Color Harmonies of #053631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053631

Black with #053631

Text Example


Text Example

White with #053631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053631; }

 p { color: rgb(5,54,49); }

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

background-color css

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

 a { background-color: rgb(5,54,49); }

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

border-color css

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

 span { border-color: rgb(5,54,49); }

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