#052635

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

Shades of Black Pearl #052635

Tints of Black Pearl #052635

Color information

#052635 (or 0x052635) is unknown color: approx Black Pearl. HEX triplet: 05, 26 and 35. RGB value is (5,38,53). Sum of RGB (Red+Green+Blue) = 5+38+53=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #052635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052635 is #FAD9CA. Grayscale: #1D1D1D. Windows color (decimal): -16439755 or 3483141. OLE color: 3483141.

HSL color Cylindrical-coordinate representation of color #052635: hue angle of 198.75º 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 #052635 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB53853-
CMYK0.910.2800.79
HSL198.75º82.76%11.37%-
HSV(B)198.75º90.57%20.78%-
XYZ1.41.683.62-
YUV29.84141.07110.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 53 (21.09% from 255) = 55.21%
R=5.21%
G=39.58%
B=55.21%

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
Decimal538530.910.2800.79198.7582.7611.37
Hex526355B1C04Fc753b
Octal5466513334011730712313
Binary101100110110101101101111100010011111100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052635; }

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

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

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

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

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

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

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

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