#052335

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

Shades of Black Pearl #052335

Tints of Black Pearl #052335

Color information

#052335 (or 0x052335) is unknown color: approx Black Pearl. HEX triplet: 05, 23 and 35. RGB value is (5,35,53). Sum of RGB (Red+Green+Blue) = 5+35+53=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #052335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052335 is #FADCCA. Grayscale: #1B1B1B. Windows color (decimal): -16440523 or 3482373. OLE color: 3482373.

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

Color convert

RGB53553-
CMYK0.910.3400.79
HSL202.5º82.76%11.37%-
HSV(B)202.5º90.57%20.78%-
XYZ1.311.493.59-
YUV28.08142.06111.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 35 (14.06% from 255) = 37.63%
BLUE value IS 53 (21.09% from 255) = 56.99%
R=5.38%
G=37.63%
B=56.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535530.910.3400.79202.582.7611.37
Hex523355B2204Fca53b
Octal5436513342011731212313
Binary1011000111101011011011100010010011111100101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052335; }

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

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

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

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

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

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

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

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