Html Css Color HEX #052E5A Prussian Blue

📋 copy color: '#052E5A'

red 5 ◦ green 46 ◦ blue 90

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

Shades of Prussian Blue #052E5A

Tints of Prussian Blue #052E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 63.83%

R = 3.55%
G = 32.62%
B = 63.83%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#052E5A (or 0x052E5A) is known color: Prussian Blue. HEX triplet: 05, 2E and 5A. RGB value is (5,46,90). Sum of RGB (Red+Green+Blue) = 5+46+90=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #052E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E5A is #FAD1A5. Grayscale: #262626. Windows color (decimal): -16437670 or 5910021. OLE color: 5910021.

HSL color Cylindrical-coordinate representation of color #052E5A: hue angle of 211.06º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052E5A is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 46 90 -
CMYK 0.94 0.49 0 0.65
HSL 211.06º 0.89% 0.19% -
HSV(B) 211.06º 0.94% 0.35% -
XYZ 2.89 2.72 10.05 -
YUV 38.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 5 46 90 0.94 0.49 0 0.65 211.06 0.89 0.19
Hex 5 2E 5A 5E 31 0 41 D3 59 13
Octal 5 56 132 136 61 0 101 323 131 23
Binary 101 101110 1011010 1011110 110001 0 1000001 11010011 1011001 10011

Color Harmonies of #052E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052E5A

Black with #052E5A

Text Example


Text Example

White with #052E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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