Html Css Color HEX #052336 Black Pearl

📋 copy color: '#052336'

red 5 ◦ green 35 ◦ blue 54

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

Shades of Black Pearl #052336

Tints of Black Pearl #052336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 57.45%

R = 5.32%
G = 37.23%
B = 57.45%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#052336 (or 0x052336) is known color: Black Pearl. HEX triplet: 05, 23 and 36. RGB value is (5,35,54). Sum of RGB (Red+Green+Blue) = 5+35+54=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #052336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052336 is #FADCC9. Grayscale: #1C1C1C. Windows color (decimal): -16440522 or 3547909. OLE color: 3547909.

HSL color Cylindrical-coordinate representation of color #052336: hue angle of 203.27º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052336 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 35 54 -
CMYK 0.91 0.35 0 0.79
HSL 203.27º 0.83% 0.12% -
HSV(B) 203.27º 0.91% 0.21% -
XYZ 1.33 1.5 3.71 -
YUV 28.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 5 35 54 0.91 0.35 0 0.79 203.27 0.83 0.12
Hex 5 23 36 5B 23 0 4F CB 53 C
Octal 5 43 66 133 43 0 117 313 123 14
Binary 101 100011 110110 1011011 100011 0 1001111 11001011 1010011 1100

Color Harmonies of #052336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052336

Black with #052336

Text Example


Text Example

White with #052336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052336; }

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

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

background-color css

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

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

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

border-color css

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

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

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