Html Css Color HEX #052D5A Prussian Blue

📋 copy color: '#052D5A'

red 5 ◦ green 45 ◦ blue 90

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

Shades of Prussian Blue #052D5A

Tints of Prussian Blue #052D5A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.14%

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

R = 3.57%
G = 32.14%
B = 64.29%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#052D5A (or 0x052D5A) is known color: Prussian Blue. HEX triplet: 05, 2D and 5A. RGB value is (5,45,90). Sum of RGB (Red+Green+Blue) = 5+45+90=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #052D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D5A is #FAD2A5. Grayscale: #252525. Windows color (decimal): -16437926 or 5909765. OLE color: 5909765.

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

Color convert

RGB 5 45 90 -
CMYK 0.94 0.50 0 0.65
HSL 211.76º 0.89% 0.19% -
HSV(B) 211.76º 0.94% 0.35% -
XYZ 2.85 2.65 10.03 -
YUV 38.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 5 45 90 0.94 0.50 0 0.65 211.76 0.89 0.19
Hex 5 2D 5A 5E 32 0 41 D4 59 13
Octal 5 55 132 136 62 0 101 324 131 23
Binary 101 101101 1011010 1011110 110010 0 1000001 11010100 1011001 10011

Color Harmonies of #052D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D5A

Black with #052D5A

Text Example


Text Example

White with #052D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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