#052535

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

Shades of Black Pearl #052535

Tints of Black Pearl #052535

Color information

#052535 (or 0x052535) is unknown color: approx Black Pearl. HEX triplet: 05, 25 and 35. RGB value is (5,37,53). Sum of RGB (Red+Green+Blue) = 5+37+53=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #052535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052535 is #FADACA. Grayscale: #1D1D1D. Windows color (decimal): -16440011 or 3482885. OLE color: 3482885.

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

Color convert

RGB53753-
CMYK0.910.3000.79
HSL200º82.76%11.37%-
HSV(B)200º90.57%20.78%-
XYZ1.371.613.61-
YUV29.26141.4110.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 53 (21.09% from 255) = 55.79%
R=5.26%
G=38.95%
B=55.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal537530.910.3000.7920082.7611.37
Hex525355B1E04Fc853b
Octal5456513336011731012313
Binary101100101110101101101111110010011111100100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052535; }

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

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

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

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

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

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

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

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