#052035

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

Shades of Black Pearl #052035

Tints of Black Pearl #052035

Color information

#052035 (or 0x052035) is unknown color: approx Black Pearl. HEX triplet: 05, 20 and 35. RGB value is (5,32,53). Sum of RGB (Red+Green+Blue) = 5+32+53=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #052035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052035 is #FADFCA. Grayscale: #1A1A1A. Windows color (decimal): -16441291 or 3481605. OLE color: 3481605.

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

Color convert

RGB53253-
CMYK0.910.4000.79
HSL206.25º82.76%11.37%-
HSV(B)206.25º90.57%20.78%-
XYZ1.221.323.56-
YUV26.32143.05112.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 53 (21.09% from 255) = 58.89%
R=5.56%
G=35.56%
B=58.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal532530.910.4000.79206.2582.7611.37
Hex520355B2804Fce53b
Octal5406513350011731612313
Binary1011000001101011011011101000010011111100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052035; }

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

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

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

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

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

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

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

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