Html Css Color HEX #05483B Deep Teal

📋 copy color: '#05483B'

red 5 ◦ green 72 ◦ blue 59

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

Shades of Deep Teal #05483B

Tints of Deep Teal #05483B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 43.38%

R = 3.68%
G = 52.94%
B = 43.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#05483B (or 0x05483B) is known color: Deep Teal. HEX triplet: 05, 48 and 3B. RGB value is (5,72,59). Sum of RGB (Red+Green+Blue) = 5+72+59=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #05483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05483B is #FAB7C4. Grayscale: #323232. Windows color (decimal): -16431045 or 3885061. OLE color: 3885061.

HSL color Cylindrical-coordinate representation of color #05483B: hue angle of 168.36º 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 #05483B is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 59 -
CMYK 0.93 0 0.18 0.72
HSL 168.36º 0.87% 0.15% -
HSV(B) 168.36º 0.93% 0.28% -
XYZ 3.17 4.98 4.93 -
YUV 50.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 5 72 59 0.93 0 0.18 0.72 168.36 0.87 0.15
Hex 5 48 3B 5D 0 12 48 A8 57 F
Octal 5 110 73 135 0 22 110 250 127 17
Binary 101 1001000 111011 1011101 0 10010 1001000 10101000 1010111 1111

Color Harmonies of #05483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05483B

Black with #05483B

Text Example


Text Example

White with #05483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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