Html Css Color HEX #052C5D Prussian Blue

📋 copy color: '#052C5D'

red 5 ◦ green 44 ◦ blue 93

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

Shades of Prussian Blue #052C5D

Tints of Prussian Blue #052C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 65.49%

R = 3.52%
G = 30.99%
B = 65.49%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#052C5D (or 0x052C5D) is known color: Prussian Blue. HEX triplet: 05, 2C and 5D. RGB value is (5,44,93). Sum of RGB (Red+Green+Blue) = 5+44+93=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #052C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052C5D is #FAD3A2. Grayscale: #252525. Windows color (decimal): -16438179 or 6106117. OLE color: 6106117.

HSL color Cylindrical-coordinate representation of color #052C5D: hue angle of 213.41º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052C5D is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 44 93 -
CMYK 0.95 0.53 0 0.64
HSL 213.41º 0.9% 0.19% -
HSV(B) 213.41º 0.95% 0.36% -
XYZ 2.94 2.62 10.71 -
YUV 37.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 5 44 93 0.95 0.53 0 0.64 213.41 0.9 0.19
Hex 5 2C 5D 5F 35 0 40 D5 5A 13
Octal 5 54 135 137 65 0 100 325 132 23
Binary 101 101100 1011101 1011111 110101 0 1000000 11010101 1011010 10011

Color Harmonies of #052C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052C5D

Black with #052C5D

Text Example


Text Example

White with #052C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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