Html Css Color HEX #052532 Black Pearl

📋 copy color: '#052532'

red 5 ◦ green 37 ◦ blue 50

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

Shades of Black Pearl #052532

Tints of Black Pearl #052532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.22%

 BLUE value IS 50 (19.92% from 255) = 54.35%

R = 5.43%
G = 40.22%
B = 54.35%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#052532 (or 0x052532) is known color: Black Pearl. HEX triplet: 05, 25 and 32. RGB value is (5,37,50). Sum of RGB (Red+Green+Blue) = 5+37+50=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #052532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052532 is #FADACD. Grayscale: #1C1C1C. Windows color (decimal): -16440014 or 3286277. OLE color: 3286277.

HSL color Cylindrical-coordinate representation of color #052532: hue angle of 197.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052532 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 37 50 -
CMYK 0.90 0.26 0 0.80
HSL 197.33º 0.82% 0.11% -
HSV(B) 197.33º 0.9% 0.2% -
XYZ 1.3 1.59 3.26 -
YUV 28.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 5 37 50 0.90 0.26 0 0.80 197.33 0.82 0.11
Hex 5 25 32 5A 1A 0 50 C5 52 B
Octal 5 45 62 132 32 0 120 305 122 13
Binary 101 100101 110010 1011010 11010 0 1010000 11000101 1010010 1011

Color Harmonies of #052532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052532

Black with #052532

Text Example


Text Example

White with #052532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052532; }

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

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

background-color css

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

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

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

border-color css

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

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

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