#052632

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

Shades of Black Pearl #052632

Tints of Black Pearl #052632

Color information

#052632 (or 0x052632) is unknown color: approx Black Pearl. HEX triplet: 05, 26 and 32. RGB value is (5,38,50). Sum of RGB (Red+Green+Blue) = 5+38+50=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #052632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052632 is #FAD9CD. Grayscale: #1D1D1D. Windows color (decimal): -16439758 or 3286533. OLE color: 3286533.

HSL color Cylindrical-coordinate representation of color #052632: hue angle of 196º 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 #052632 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB53850-
CMYK0.900.2400.80
HSL196º81.82%10.78%-
HSV(B)196º90%19.61%-
XYZ1.331.653.27-
YUV29.5139.57110.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 38 (15.23% from 255) = 40.86%
BLUE value IS 50 (19.92% from 255) = 53.76%
R=5.38%
G=40.86%
B=53.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal538500.900.2400.8019681.8210.78
Hex526325A18050c452b
Octal5466213230012030412213
Binary101100110110010101101011000010100001100010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052632; }

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

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

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

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

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

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

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

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