Html Css Color HEX #052728 Swamp

📋 copy color: '#052728'

red 5 ◦ green 39 ◦ blue 40

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

Shades of Swamp #052728

Tints of Swamp #052728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 47.62%

R = 5.95%
G = 46.43%
B = 47.62%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#052728 (or 0x052728) is known color: Swamp. HEX triplet: 05, 27 and 28. RGB value is (5,39,40). Sum of RGB (Red+Green+Blue) = 5+39+40=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #052728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052728 is #FAD8D7. Grayscale: #1C1C1C. Windows color (decimal): -16439512 or 2631429. OLE color: 2631429.

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

Color convert

RGB 5 39 40 -
CMYK 0.88 0.02 0 0.84
HSL 181.71º 0.78% 0.09% -
HSV(B) 181.71º 0.88% 0.16% -
XYZ 1.17 1.64 2.26 -
YUV 28.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 5 39 40 0.88 0.02 0 0.84 181.71 0.78 0.09
Hex 5 27 28 58 2 0 54 B6 4E 9
Octal 5 47 50 130 2 0 124 266 116 11
Binary 101 100111 101000 1011000 10 0 1010100 10110110 1001110 1001

Color Harmonies of #052728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052728

Black with #052728

Text Example


Text Example

White with #052728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052728; }

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

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

background-color css

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

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

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

border-color css

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

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

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