Html Css Color HEX #052729 Swamp

📋 copy color: '#052729'

red 5 ◦ green 39 ◦ blue 41

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

Shades of Swamp #052729

Tints of Swamp #052729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 45.88%

 BLUE value IS 41 (16.41% from 255) = 48.24%

R = 5.88%
G = 45.88%
B = 48.24%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#052729 (or 0x052729) is known color: Swamp. HEX triplet: 05, 27 and 29. RGB value is (5,39,41). Sum of RGB (Red+Green+Blue) = 5+39+41=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #052729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052729 is #FAD8D6. Grayscale: #1D1D1D. Windows color (decimal): -16439511 or 2696965. OLE color: 2696965.

HSL color Cylindrical-coordinate representation of color #052729: hue angle of 183.33º 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 #052729 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 39 41 -
CMYK 0.88 0.05 0 0.84
HSL 183.33º 0.78% 0.09% -
HSV(B) 183.33º 0.88% 0.16% -
XYZ 1.19 1.64 2.35 -
YUV 29.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 5 39 41 0.88 0.05 0 0.84 183.33 0.78 0.09
Hex 5 27 29 58 5 0 54 B7 4E 9
Octal 5 47 51 130 5 0 124 267 116 11
Binary 101 100111 101001 1011000 101 0 1010100 10110111 1001110 1001

Color Harmonies of #052729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052729

Black with #052729

Text Example


Text Example

White with #052729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052729; }

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

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

background-color css

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

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

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

border-color css

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

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

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