Html Css Color HEX #052852 Prussian Blue

📋 copy color: '#052852'

red 5 ◦ green 40 ◦ blue 82

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

Shades of Prussian Blue #052852

Tints of Prussian Blue #052852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 64.57%

R = 3.94%
G = 31.5%
B = 64.57%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052852 (or 0x052852) is known color: Prussian Blue. HEX triplet: 05, 28 and 52. RGB value is (5,40,82). Sum of RGB (Red+Green+Blue) = 5+40+82=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 82 (32.42% from 255 or 64.57% from 127); Max value from RGB is 82 - color contains mainly: blue. Hex color #052852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052852 is #FAD7AD. Grayscale: #222222. Windows color (decimal): -16439214 or 5384197. OLE color: 5384197.

HSL color Cylindrical-coordinate representation of color #052852: hue angle of 212.73º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052852 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 40 82 -
CMYK 0.94 0.51 0 0.68
HSL 212.73º 0.89% 0.17% -
HSV(B) 212.73º 0.94% 0.32% -
XYZ 2.34 2.16 8.28 -
YUV 34.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 5 40 82 0.94 0.51 0 0.68 212.73 0.89 0.17
Hex 5 28 52 5E 33 0 44 D5 59 11
Octal 5 50 122 136 63 0 104 325 131 21
Binary 101 101000 1010010 1011110 110011 0 1000100 11010101 1011001 10001

Color Harmonies of #052852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052852

Black with #052852

Text Example


Text Example

White with #052852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052852; }

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

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

background-color css

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

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

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

border-color css

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

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

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