#052532

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

Shades of Black Pearl #052532

Tints of Black Pearl #052532

Color information

#052532 (or 0x052532) is unknown color: approx Black Pearl. HEX triplet: 05, 25 and 32. RGB value is (5,37,50). Sum of RGB (Red+Green+Blue) = 5+37+50=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #052532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052532 is #FADACD. Grayscale: #1C1C1C. Windows color (decimal): -16440014 or 3286277. OLE color: 3286277.

HSL color Cylindrical-coordinate representation of color #052532: hue angle of 197.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052532 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB53750-
CMYK0.900.2600.80
HSL197.33º81.82%10.78%-
HSV(B)197.33º90%19.61%-
XYZ1.31.593.26-
YUV28.91139.9110.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.43%
GREEN value IS 37 (14.84% from 255) = 40.22%
BLUE value IS 50 (19.92% from 255) = 54.35%
R=5.43%
G=40.22%
B=54.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal537500.900.2600.80197.3381.8210.78
Hex525325A1A050c552b
Octal5456213232012030512213
Binary101100101110010101101011010010100001100010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052532; }

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

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

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

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

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

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

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

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