#05272A

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

Shades of Swamp #05272A

Tints of Swamp #05272A

Color information

#05272A (or 0x05272A) is unknown color: approx Swamp. HEX triplet: 05, 27 and 2A. RGB value is (5,39,42). Sum of RGB (Red+Green+Blue) = 5+39+42=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 42 (16.80% from 255 or 48.84% from 86); Max value from RGB is 42 - color contains mainly: blue. Hex color #05272A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05272A is #FAD8D5. Grayscale: #1D1D1D. Windows color (decimal): -16439510 or 2762501. OLE color: 2762501.

HSL color Cylindrical-coordinate representation of color #05272A: hue angle of 184.86º degrees, saturation: 0.79, 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 #05272A is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB53942-
CMYK0.880.0700.84
HSL184.86º78.72%9.22%-
HSV(B)184.86º88.1%16.47%-
XYZ1.211.652.45-
YUV29.18135.24110.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 39 (15.62% from 255) = 45.35%
BLUE value IS 42 (16.80% from 255) = 48.84%
R=5.81%
G=45.35%
B=48.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal539420.880.0700.84184.8678.729.22
Hex5272A587054b94f9
Octal547521307012427111711
Binary1011001111010101011000111010101001011100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05272A; }

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

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

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

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

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

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

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

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