#05483B

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

Shades of Deep Teal #05483B

Tints of Deep Teal #05483B

Color information

#05483B (or 0x05483B) is unknown color: approx 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

RGB57259-
CMYK0.9300.180.72
HSL168.36º87.01%15.1%-
HSV(B)168.36º93.06%28.24%-
XYZ3.174.984.93-
YUV50.48132.895.56-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572590.9300.180.72168.3687.0115.1
Hex5483B5D01248a857f
Octal51107313502211025012717
Binary1011001000111011101110101001010010001010100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>