#052528

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

Shades of Black Pearl #052528

Tints of Black Pearl #052528

Color information

#052528 (or 0x052528) is unknown color: approx Black Pearl. HEX triplet: 05, 25 and 28. RGB value is (5,37,40). Sum of RGB (Red+Green+Blue) = 5+37+40=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 40 (16.02% from 255 or 48.78% from 82); Max value from RGB is 40 - color contains mainly: blue. Hex color #052528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052528 is #FADAD7. Grayscale: #1B1B1B. Windows color (decimal): -16440024 or 2630917. OLE color: 2630917.

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

Color convert

RGB53740-
CMYK0.880.0700.84
HSL185.14º77.78%8.82%-
HSV(B)185.14º87.5%15.69%-
XYZ1.111.512.24-
YUV27.77134.9111.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 40 (16.02% from 255) = 48.78%
R=6.10%
G=45.12%
B=48.78%

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
Decimal537400.880.0700.84185.1477.788.82
Hex52528587054b94e9
Octal545501307012427111611
Binary1011001011010001011000111010101001011100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052528; }

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

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

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

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

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

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

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

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