Html Css Color HEX #052C5A Prussian Blue

📋 copy color: '#052C5A'

red 5 ◦ green 44 ◦ blue 90

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

Shades of Prussian Blue #052C5A

Tints of Prussian Blue #052C5A

RGB

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

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

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

R = 3.6%
G = 31.65%
B = 64.75%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#052C5A (or 0x052C5A) is known color: Prussian Blue. HEX triplet: 05, 2C and 5A. RGB value is (5,44,90). Sum of RGB (Red+Green+Blue) = 5+44+90=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #052C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C5A is #FAD3A5. Grayscale: #252525. Windows color (decimal): -16438182 or 5909509. OLE color: 5909509.

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

Color convert

RGB 5 44 90 -
CMYK 0.94 0.51 0 0.65
HSL 212.47º 0.89% 0.19% -
HSV(B) 212.47º 0.94% 0.35% -
XYZ 2.81 2.57 10.02 -
YUV 37.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 5 44 90 0.94 0.51 0 0.65 212.47 0.89 0.19
Hex 5 2C 5A 5E 33 0 41 D4 59 13
Octal 5 54 132 136 63 0 101 324 131 23
Binary 101 101100 1011010 1011110 110011 0 1000001 11010100 1011001 10011

Color Harmonies of #052C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C5A

Black with #052C5A

Text Example


Text Example

White with #052C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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