Html Css Color HEX #052332 Black Pearl

📋 copy color: '#052332'

red 5 ◦ green 35 ◦ blue 50

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

Shades of Black Pearl #052332

Tints of Black Pearl #052332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.89%

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

R = 5.56%
G = 38.89%
B = 55.56%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#052332 (or 0x052332) is known color: Black Pearl. HEX triplet: 05, 23 and 32. RGB value is (5,35,50). Sum of RGB (Red+Green+Blue) = 5+35+50=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #052332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052332 is #FADCCD. Grayscale: #1B1B1B. Windows color (decimal): -16440526 or 3285765. OLE color: 3285765.

HSL color Cylindrical-coordinate representation of color #052332: hue angle of 200º 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 #052332 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 35 50 -
CMYK 0.90 0.30 0 0.80
HSL 200º 0.82% 0.11% -
HSV(B) 200º 0.9% 0.2% -
XYZ 1.24 1.46 3.23 -
YUV 27.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 5 35 50 0.90 0.30 0 0.80 200 0.82 0.11
Hex 5 23 32 5A 1E 0 50 C8 52 B
Octal 5 43 62 132 36 0 120 310 122 13
Binary 101 100011 110010 1011010 11110 0 1010000 11001000 1010010 1011

Color Harmonies of #052332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052332

Black with #052332

Text Example


Text Example

White with #052332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052332; }

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

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

background-color css

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

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

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

border-color css

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

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

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