Html Css Color HEX #052C52 Prussian Blue

📋 copy color: '#052C52'

red 5 ◦ green 44 ◦ blue 82

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

Shades of Prussian Blue #052C52

Tints of Prussian Blue #052C52

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.59%

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

R = 3.82%
G = 33.59%
B = 62.6%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052C52 (or 0x052C52) is known color: Prussian Blue. HEX triplet: 05, 2C and 52. RGB value is (5,44,82). Sum of RGB (Red+Green+Blue) = 5+44+82=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #052C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C52 is #FAD3AD. Grayscale: #242424. Windows color (decimal): -16438190 or 5385221. OLE color: 5385221.

HSL color Cylindrical-coordinate representation of color #052C52: hue angle of 209.61º 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 #052C52 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 44 82 -
CMYK 0.94 0.46 0 0.68
HSL 209.61º 0.89% 0.17% -
HSV(B) 209.61º 0.94% 0.32% -
XYZ 2.49 2.44 8.32 -
YUV 36.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 5 44 82 0.94 0.46 0 0.68 209.61 0.89 0.17
Hex 5 2C 52 5E 2E 0 44 D2 59 11
Octal 5 54 122 136 56 0 104 322 131 21
Binary 101 101100 1010010 1011110 101110 0 1000100 11010010 1011001 10001

Color Harmonies of #052C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C52

Black with #052C52

Text Example


Text Example

White with #052C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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