Html Css Color HEX #052836 Black Pearl

📋 copy color: '#052836'

red 5 ◦ green 40 ◦ blue 54

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

Shades of Black Pearl #052836

Tints of Black Pearl #052836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 40.4%

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

R = 5.05%
G = 40.4%
B = 54.55%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#052836 (or 0x052836) is known color: Black Pearl. HEX triplet: 05, 28 and 36. RGB value is (5,40,54). Sum of RGB (Red+Green+Blue) = 5+40+54=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 54 (21.48% from 255 or 54.55% from 99); Max value from RGB is 54 - color contains mainly: blue. Hex color #052836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052836 is #FAD7C9. Grayscale: #1F1F1F. Windows color (decimal): -16439242 or 3549189. OLE color: 3549189.

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

Color convert

RGB 5 40 54 -
CMYK 0.91 0.26 0 0.79
HSL 197.14º 0.83% 0.12% -
HSV(B) 197.14º 0.91% 0.21% -
XYZ 1.49 1.82 3.76 -
YUV 31.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 5 40 54 0.91 0.26 0 0.79 197.14 0.83 0.12
Hex 5 28 36 5B 1A 0 4F C5 53 C
Octal 5 50 66 133 32 0 117 305 123 14
Binary 101 101000 110110 1011011 11010 0 1001111 11000101 1010011 1100

Color Harmonies of #052836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052836

Black with #052836

Text Example


Text Example

White with #052836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052836; }

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

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

background-color css

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

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

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

border-color css

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

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

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