Html Css Color HEX #052727 Swamp

📋 copy color: '#052727'

red 5 ◦ green 39 ◦ blue 39

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

Shades of Swamp #052727

Tints of Swamp #052727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 46.99%

R = 6.02%
G = 46.99%
B = 46.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#052727 (or 0x052727) is known color: Swamp. HEX triplet: 05, 27 and 27. RGB value is (5,39,39). Sum of RGB (Red+Green+Blue) = 5+39+39=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: green, blue. Hex color #052727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052727 is #FAD8D8. Grayscale: #1C1C1C. Windows color (decimal): -16439513 or 2565893. OLE color: 2565893.

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

Color convert

RGB 5 39 39 -
CMYK 0.87 0 0 0.85
HSL 180º 0.77% 0.09% -
HSV(B) 180º 0.87% 0.15% -
XYZ 1.15 1.63 2.17 -
YUV 28.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 5 39 39 0.87 0 0 0.85 180 0.77 0.09
Hex 5 27 27 57 0 0 55 B4 4D 9
Octal 5 47 47 127 0 0 125 264 115 11
Binary 101 100111 100111 1010111 0 0 1010101 10110100 1001101 1001

Color Harmonies of #052727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052727

Black with #052727

Text Example


Text Example

White with #052727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052727; }

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

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

background-color css

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

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

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

border-color css

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

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

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