#053831

Color #053831 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #053831

Tints of Deep Teal #053831

Color information

#053831 (or 0x053831) is unknown color: approx Deep Teal. HEX triplet: 05, 38 and 31. RGB value is (5,56,49). Sum of RGB (Red+Green+Blue) = 5+56+49=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #053831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053831 is #FAC7CE. Grayscale: #272727. Windows color (decimal): -16435151 or 3225605. OLE color: 3225605.

HSL color Cylindrical-coordinate representation of color #053831: hue angle of 171.76º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053831 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB55649-
CMYK0.9100.120.78
HSL171.76º83.61%11.96%-
HSV(B)171.76º91.07%21.96%-
XYZ2.033.083.39-
YUV39.95133.1103.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.55%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=4.55%
G=50.91%
B=44.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556490.9100.120.78171.7683.6111.96
Hex538315B0C4Eac54c
Octal5706113301411625412414
Binary10111100011000110110110110010011101010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053831; }

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

 H1.HeaderClassName
 {
   color: #053831;
 }
 .AnyTagClassName
 {
   color: #053831;
 }
</style>
background-color css

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

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

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

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

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

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