Html Css Color HEX #052137 Black Pearl

📋 copy color: '#052137'

red 5 ◦ green 33 ◦ blue 55

#052137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #052137

Tints of Black Pearl #052137

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 value IS 0.91

 M value IS 0.4

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052137 (or 0x052137) is known color: 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

RGB 5 33 55 -
CMYK 0.91 0.4 0 0.78
HSL 206.4º 0.83% 0.12% -
HSV(B) 206.4º 0.91% 0.22% -
XYZ 1.3 1.4 3.82 -
YUV 27.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 5 33 55 0.91 0.4 0 0.78 206.4 0.83 0.12
Hex 5 21 37 5B 28 0 4E CE 53 C
Octal 5 41 67 133 50 0 116 316 123 14
Binary 101 100001 110111 1011011 101000 0 1001110 11001110 1010011 1100

Color Harmonies of #052137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052137

Black with #052137

Text Example


Text Example

White with #052137

Text Example


Text Example

HTML Codes & Css Web 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>