Html Css Color HEX #053275 Prussian Blue

📋 copy color: '#053275'

red 5 ◦ green 50 ◦ blue 117

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

Shades of Prussian Blue #053275

Tints of Prussian Blue #053275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

 BLUE value IS 117 (46.09% from 255) = 68.02%

R = 2.91%
G = 29.07%
B = 68.02%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053275 (or 0x053275) is known color: Prussian Blue. HEX triplet: 05, 32 and 75. RGB value is (5,50,117). Sum of RGB (Red+Green+Blue) = 5+50+117=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #053275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053275 is #FACD8A. Grayscale: #2B2B2B. Windows color (decimal): -16436619 or 7680517. OLE color: 7680517.

HSL color Cylindrical-coordinate representation of color #053275: hue angle of 215.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053275 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 50 117 -
CMYK 0.96 0.57 0 0.54
HSL 215.89º 0.92% 0.24% -
HSV(B) 215.89º 0.96% 0.46% -
XYZ 4.41 3.6 17.29 -
YUV 44.18 169.09 100.05 -
System Red Green Blue C M Y K H S L
Decimal 5 50 117 0.96 0.57 0 0.54 215.89 0.92 0.24
Hex 5 32 75 60 39 0 36 D8 5C 18
Octal 5 62 165 140 71 0 66 330 134 30
Binary 101 110010 1110101 1100000 111001 0 110110 11011000 1011100 11000

Color Harmonies of #053275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053275

Black with #053275

Text Example


Text Example

White with #053275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053275; }

 p { color: rgb(5,50,117); }

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

background-color css

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

 a { background-color: rgb(5,50,117); }

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

border-color css

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

 span { border-color: rgb(5,50,117); }

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