Html Css Color HEX #052E52 Prussian Blue

📋 copy color: '#052E52'

red 5 ◦ green 46 ◦ blue 82

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

Shades of Prussian Blue #052E52

Tints of Prussian Blue #052E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.59%

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

R = 3.76%
G = 34.59%
B = 61.65%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052E52 (or 0x052E52) is known color: Prussian Blue. HEX triplet: 05, 2E and 52. RGB value is (5,46,82). Sum of RGB (Red+Green+Blue) = 5+46+82=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #052E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E52 is #FAD1AD. Grayscale: #252525. Windows color (decimal): -16437678 or 5385733. OLE color: 5385733.

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

Color convert

RGB 5 46 82 -
CMYK 0.94 0.44 0 0.68
HSL 208.05º 0.89% 0.17% -
HSV(B) 208.05º 0.94% 0.32% -
XYZ 2.56 2.6 8.35 -
YUV 37.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 5 46 82 0.94 0.44 0 0.68 208.05 0.89 0.17
Hex 5 2E 52 5E 2C 0 44 D0 59 11
Octal 5 56 122 136 54 0 104 320 131 21
Binary 101 101110 1010010 1011110 101100 0 1000100 11010000 1011001 10001

Color Harmonies of #052E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E52

Black with #052E52

Text Example


Text Example

White with #052E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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