#052736

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

Shades of Black Pearl #052736

Tints of Black Pearl #052736

Color information

#052736 (or 0x052736) is unknown color: approx Black Pearl. HEX triplet: 05, 27 and 36. RGB value is (5,39,54). Sum of RGB (Red+Green+Blue) = 5+39+54=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #052736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052736 is #FAD8C9. Grayscale: #1E1E1E. Windows color (decimal): -16439498 or 3548933. OLE color: 3548933.

HSL color Cylindrical-coordinate representation of color #052736: hue angle of 198.37º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052736 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB53954-
CMYK0.910.2800.79
HSL198.37º83.05%11.57%-
HSV(B)198.37º90.74%21.18%-
XYZ1.451.753.75-
YUV30.54141.24109.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 54 (21.48% from 255) = 55.10%
R=5.10%
G=39.80%
B=55.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal539540.910.2800.79198.3783.0511.57
Hex527365B1C04Fc653c
Octal5476613334011730612314
Binary101100111110110101101111100010011111100011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052736; }

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

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

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

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

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

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

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

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