Html Css Color HEX #052E56 Prussian Blue

📋 copy color: '#052E56'

red 5 ◦ green 46 ◦ blue 86

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

Shades of Prussian Blue #052E56

Tints of Prussian Blue #052E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 62.77%

R = 3.65%
G = 33.58%
B = 62.77%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#052E56 (or 0x052E56) is known color: Prussian Blue. HEX triplet: 05, 2E and 56. RGB value is (5,46,86). Sum of RGB (Red+Green+Blue) = 5+46+86=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 46 (18.36% from 255 or 33.58% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #052E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E56 is #FAD1A9. Grayscale: #262626. Windows color (decimal): -16437674 or 5647877. OLE color: 5647877.

HSL color Cylindrical-coordinate representation of color #052E56: hue angle of 209.63º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052E56 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 46 86 -
CMYK 0.94 0.47 0 0.66
HSL 209.63º 0.89% 0.18% -
HSV(B) 209.63º 0.94% 0.34% -
XYZ 2.72 2.66 9.17 -
YUV 38.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 5 46 86 0.94 0.47 0 0.66 209.63 0.89 0.18
Hex 5 2E 56 5E 2F 0 42 D2 59 12
Octal 5 56 126 136 57 0 102 322 131 22
Binary 101 101110 1010110 1011110 101111 0 1000010 11010010 1011001 10010

Color Harmonies of #052E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E56

Black with #052E56

Text Example


Text Example

White with #052E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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