#052929

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

Shades of Swamp #052929

Tints of Swamp #052929

Color information

#052929 (or 0x052929) is unknown color: approx Swamp. HEX triplet: 05, 29 and 29. RGB value is (5,41,41). Sum of RGB (Red+Green+Blue) = 5+41+41=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 41 (16.41% from 255 or 47.13% from 87); Max value from RGB is 41 - color contains mainly: green, blue. Hex color #052929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052929 is #FAD6D6. Grayscale: #1E1E1E. Windows color (decimal): -16438999 or 2697477. OLE color: 2697477.

HSL color Cylindrical-coordinate representation of color #052929: hue angle of 180º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052929 is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB54141-
CMYK0.88000.84
HSL180º78.26%9.02%-
HSV(B)180º87.8%16.08%-
XYZ1.261.782.37-
YUV30.24134.07110-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.75%
GREEN value IS 41 (16.41% from 255) = 47.13%
BLUE value IS 41 (16.41% from 255) = 47.13%
R=5.75%
G=47.13%
B=47.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal541410.88000.8418078.269.02
Hex52929580054b44e9
Octal551511300012426411611
Binary10110100110100110110000010101001011010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052929; }

 p { color: rgb(5,41,41); }

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

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

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

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

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

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

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