#05292B

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

Shades of Swamp #05292B

Tints of Swamp #05292B

Color information

#05292B (or 0x05292B) is unknown color: approx Swamp. HEX triplet: 05, 29 and 2B. RGB value is (5,41,43). Sum of RGB (Red+Green+Blue) = 5+41+43=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #05292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05292B is #FAD6D4. Grayscale: #1E1E1E. Windows color (decimal): -16438997 or 2828549. OLE color: 2828549.

HSL color Cylindrical-coordinate representation of color #05292B: hue angle of 183.16º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05292B is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB54143-
CMYK0.880.0500.83
HSL183.16º79.17%9.41%-
HSV(B)183.16º88.37%16.86%-
XYZ1.291.792.56-
YUV30.46135.07109.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 41 (16.41% from 255) = 46.07%
BLUE value IS 43 (17.19% from 255) = 48.31%
R=5.62%
G=46.07%
B=48.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal541430.880.0500.83183.1679.179.41
Hex5292B585053b74f9
Octal551531305012326711711
Binary1011010011010111011000101010100111011011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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