Html Css Color HEX #052D53 Prussian Blue

📋 copy color: '#052D53'

red 5 ◦ green 45 ◦ blue 83

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

Shades of Prussian Blue #052D53

Tints of Prussian Blue #052D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 62.41%

R = 3.76%
G = 33.83%
B = 62.41%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#052D53 (or 0x052D53) is known color: Prussian Blue. HEX triplet: 05, 2D and 53. RGB value is (5,45,83). Sum of RGB (Red+Green+Blue) = 5+45+83=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #052D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D53 is #FAD2AC. Grayscale: #252525. Windows color (decimal): -16437933 or 5451013. OLE color: 5451013.

HSL color Cylindrical-coordinate representation of color #052D53: hue angle of 209.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052D53 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 45 83 -
CMYK 0.94 0.46 0 0.67
HSL 209.23º 0.89% 0.17% -
HSV(B) 209.23º 0.94% 0.33% -
XYZ 2.56 2.53 8.54 -
YUV 37.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 5 45 83 0.94 0.46 0 0.67 209.23 0.89 0.17
Hex 5 2D 53 5E 2E 0 43 D1 59 11
Octal 5 55 123 136 56 0 103 321 131 21
Binary 101 101101 1010011 1011110 101110 0 1000011 11010001 1011001 10001

Color Harmonies of #052D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052D53

Black with #052D53

Text Example


Text Example

White with #052D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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