Html Css Color HEX #052437 Black Pearl

📋 copy color: '#052437'

red 5 ◦ green 36 ◦ blue 55

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

Shades of Black Pearl #052437

Tints of Black Pearl #052437

RGB

 RED value IS 5 (2.34% from 255) = 5.21%

 GREEN value IS 36 (14.45% from 255) = 37.5%

 BLUE value IS 55 (21.88% from 255) = 57.29%

R = 5.21%
G = 37.5%
B = 57.29%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052437 (or 0x052437) is known color: Black Pearl. HEX triplet: 05, 24 and 37. RGB value is (5,36,55). Sum of RGB (Red+Green+Blue) = 5+36+55=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 55 (21.88% from 255 or 57.29% from 96); Max value from RGB is 55 - color contains mainly: blue. Hex color #052437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052437 is #FADBC8. Grayscale: #1C1C1C. Windows color (decimal): -16440265 or 3613701. OLE color: 3613701.

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

Color convert

RGB 5 36 55 -
CMYK 0.91 0.35 0 0.78
HSL 202.8º 0.83% 0.12% -
HSV(B) 202.8º 0.91% 0.22% -
XYZ 1.38 1.57 3.84 -
YUV 28.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 5 36 55 0.91 0.35 0 0.78 202.8 0.83 0.12
Hex 5 24 37 5B 23 0 4E CB 53 C
Octal 5 44 67 133 43 0 116 313 123 14
Binary 101 100100 110111 1011011 100011 0 1001110 11001011 1010011 1100

Color Harmonies of #052437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052437

Black with #052437

Text Example


Text Example

White with #052437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052437; }

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

 H1.HeaderClassName
 {
   color: #052437;
 }
 .AnyTagClassName
 {
   color: #052437;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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