#054133

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

Shades of Deep Teal #054133

Tints of Deep Teal #054133

Color information

#054133 (or 0x054133) is unknown color: approx Deep Teal. HEX triplet: 05, 41 and 33. RGB value is (5,65,51). Sum of RGB (Red+Green+Blue) = 5+65+51=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #054133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054133 is #FABECC. Grayscale: #2D2D2D. Windows color (decimal): -16432845 or 3358981. OLE color: 3358981.

HSL color Cylindrical-coordinate representation of color #054133: hue angle of 166º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054133 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB56551-
CMYK0.9200.220.75
HSL166º85.71%13.73%-
HSV(B)166º92.31%25.49%-
XYZ2.554.053.78-
YUV45.46131.1299.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 51 (20.31% from 255) = 42.15%
R=4.13%
G=53.72%
B=42.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal565510.9200.220.7516685.7113.73
Hex541335C0164Ba656e
Octal51016313402611324612616
Binary1011000001110011101110001011010010111010011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054133; }

 p { color: rgb(5,65,51); }

 H1.HeaderClassName
 {
   color: #054133;
 }
 .AnyTagClassName
 {
   color: #054133;
 }
</style>
background-color css

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

 a { background-color: rgb(5,65,51); }

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

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

 span { border-color: rgb(5,65,51); }

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