Html Css Color HEX #05483A Deep Teal

📋 copy color: '#05483A'

red 5 ◦ green 72 ◦ blue 58

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

Shades of Deep Teal #05483A

Tints of Deep Teal #05483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 53.33%

 BLUE value IS 58 (23.05% from 255) = 42.96%

R = 3.7%
G = 53.33%
B = 42.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#05483A (or 0x05483A) is known color: Deep Teal. HEX triplet: 05, 48 and 3A. RGB value is (5,72,58). Sum of RGB (Red+Green+Blue) = 5+72+58=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #05483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05483A is #FAB7C5. Grayscale: #323232. Windows color (decimal): -16431046 or 3819525. OLE color: 3819525.

HSL color Cylindrical-coordinate representation of color #05483A: hue angle of 167.46º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05483A is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 58 -
CMYK 0.93 0 0.19 0.72
HSL 167.46º 0.87% 0.15% -
HSV(B) 167.46º 0.93% 0.28% -
XYZ 3.14 4.97 4.8 -
YUV 50.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 5 72 58 0.93 0 0.19 0.72 167.46 0.87 0.15
Hex 5 48 3A 5D 0 13 48 A7 57 F
Octal 5 110 72 135 0 23 110 247 127 17
Binary 101 1001000 111010 1011101 0 10011 1001000 10100111 1010111 1111

Color Harmonies of #05483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05483A

Black with #05483A

Text Example


Text Example

White with #05483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05483A; }

 p { color: rgb(5,72,58); }

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

background-color css

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

 a { background-color: rgb(5,72,58); }

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

border-color css

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

 span { border-color: rgb(5,72,58); }

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