Html Css Color HEX #054437 Deep Teal

📋 copy color: '#054437'

red 5 ◦ green 68 ◦ blue 55

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

Shades of Deep Teal #054437

Tints of Deep Teal #054437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 53.13%

 BLUE value IS 55 (21.88% from 255) = 42.97%

R = 3.91%
G = 53.13%
B = 42.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#054437 (or 0x054437) is known color: Deep Teal. HEX triplet: 05, 44 and 37. RGB value is (5,68,55). Sum of RGB (Red+Green+Blue) = 5+68+55=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 68 (26.95% from 255 or 53.12% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 68 - color contains mainly: green. Hex color #054437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054437 is #FABBC8. Grayscale: #2F2F2F. Windows color (decimal): -16432073 or 3621893. OLE color: 3621893.

HSL color Cylindrical-coordinate representation of color #054437: hue angle of 167.62º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054437 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 68 55 -
CMYK 0.93 0 0.19 0.73
HSL 167.62º 0.86% 0.14% -
HSV(B) 167.62º 0.93% 0.27% -
XYZ 2.82 4.44 4.32 -
YUV 47.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 5 68 55 0.93 0 0.19 0.73 167.62 0.86 0.14
Hex 5 44 37 5D 0 13 49 A8 56 E
Octal 5 104 67 135 0 23 111 250 126 16
Binary 101 1000100 110111 1011101 0 10011 1001001 10101000 1010110 1110

Color Harmonies of #054437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054437

Black with #054437

Text Example


Text Example

White with #054437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054437; }

 p { color: rgb(5,68,55); }

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

background-color css

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

 a { background-color: rgb(5,68,55); }

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

border-color css

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

 span { border-color: rgb(5,68,55); }

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