Html Css Color HEX #054537 Deep Teal

📋 copy color: '#054537'

red 5 ◦ green 69 ◦ blue 55

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

Shades of Deep Teal #054537

Tints of Deep Teal #054537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 53.49%

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

R = 3.88%
G = 53.49%
B = 42.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#054537 (or 0x054537) is known color: Deep Teal. HEX triplet: 05, 45 and 37. RGB value is (5,69,55). Sum of RGB (Red+Green+Blue) = 5+69+55=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #054537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054537 is #FABAC8. Grayscale: #303030. Windows color (decimal): -16431817 or 3622149. OLE color: 3622149.

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

Color convert

RGB 5 69 55 -
CMYK 0.93 0 0.20 0.73
HSL 166.88º 0.86% 0.15% -
HSV(B) 166.88º 0.93% 0.27% -
XYZ 2.88 4.56 4.34 -
YUV 48.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 5 69 55 0.93 0 0.20 0.73 166.88 0.86 0.15
Hex 5 45 37 5D 0 14 49 A7 56 F
Octal 5 105 67 135 0 24 111 247 126 17
Binary 101 1000101 110111 1011101 0 10100 1001001 10100111 1010110 1111

Color Harmonies of #054537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054537

Black with #054537

Text Example


Text Example

White with #054537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054537; }

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

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

background-color css

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

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

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

border-color css

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

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

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