#052325

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

Shades of Swamp #052325

Tints of Swamp #052325

Color information

#052325 (or 0x052325) is unknown color: approx Swamp. HEX triplet: 05, 23 and 25. RGB value is (5,35,37). Sum of RGB (Red+Green+Blue) = 5+35+37=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #052325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052325 is #FADCDA. Grayscale: #1A1A1A. Windows color (decimal): -16440539 or 2433797. OLE color: 2433797.

HSL color Cylindrical-coordinate representation of color #052325: hue angle of 183.75º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052325 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB53537-
CMYK0.860.0500.85
HSL183.75º76.19%8.24%-
HSV(B)183.75º86.49%14.51%-
XYZ11.371.96-
YUV26.26134.06112.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 35 (14.06% from 255) = 45.45%
BLUE value IS 37 (14.84% from 255) = 48.05%
R=6.49%
G=45.45%
B=48.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal535370.860.0500.85183.7576.198.24
Hex52325565055b84c8
Octal543451265012527011410
Binary1011000111001011010110101010101011011100010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052325; }

 p { color: rgb(5,35,37); }

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

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

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

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

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

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

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