Html Css Color HEX #052537 Black Pearl

📋 copy color: '#052537'

red 5 ◦ green 37 ◦ blue 55

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

Shades of Black Pearl #052537

Tints of Black Pearl #052537

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.7%

R = 5.15%
G = 38.14%
B = 56.7%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 5 37 55 -
CMYK 0.91 0.33 0 0.78
HSL 201.6º 0.83% 0.12% -
HSV(B) 201.6º 0.91% 0.22% -
XYZ 1.41 1.63 3.85 -
YUV 29.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 5 37 55 0.91 0.33 0 0.78 201.6 0.83 0.12
Hex 5 25 37 5B 21 0 4E CA 53 C
Octal 5 45 67 133 41 0 116 312 123 14
Binary 101 100101 110111 1011011 100001 0 1001110 11001010 1010011 1100

Color Harmonies of #052537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052537

Black with #052537

Text Example


Text Example

White with #052537

Text Example


Text Example

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