#052137

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

Shades of Black Pearl #052137

Tints of Black Pearl #052137

Color information

#052137 (or 0x052137) is unknown color: approx Black Pearl. HEX triplet: 05, 21 and 37. RGB value is (5,33,55). Sum of RGB (Red+Green+Blue) = 5+33+55=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #052137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052137 is #FADEC8. Grayscale: #1B1B1B. Windows color (decimal): -16441033 or 3612933. OLE color: 3612933.

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

Color convert

RGB53355-
CMYK0.910.400.78
HSL206.4º83.33%11.76%-
HSV(B)206.4º90.91%21.57%-
XYZ1.31.43.82-
YUV27.14143.72112.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 55 (21.88% from 255) = 59.14%
R=5.38%
G=35.48%
B=59.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal533550.910.400.78206.483.3311.76
Hex521375B2804Ece53c
Octal5416713350011631612314
Binary1011000011101111011011101000010011101100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052137; }

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

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

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

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

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

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

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

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