#052537

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

Shades of Black Pearl #052537

Tints of Black Pearl #052537

Color information

#052537 (or 0x052537) is unknown color: approx Black Pearl. HEX triplet: 05, 25 and 37. RGB value is (5,37,55). Sum of RGB (Red+Green+Blue) = 5+37+55=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #052537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052537 is #FADAC8. Grayscale: #1D1D1D. Windows color (decimal): -16440009 or 3613957. OLE color: 3613957.

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

Color convert

RGB53755-
CMYK0.910.3300.78
HSL201.6º83.33%11.76%-
HSV(B)201.6º90.91%21.57%-
XYZ1.411.633.85-
YUV29.48142.4110.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 55 (21.88% from 255) = 56.70%
R=5.15%
G=38.14%
B=56.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal537550.910.3300.78201.683.3311.76
Hex525375B2104Eca53c
Octal5456713341011631212314
Binary1011001011101111011011100001010011101100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052537; }

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

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

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

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

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

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

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

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