Html Css Color HEX #053254 Prussian Blue

📋 copy color: '#053254'

red 5 ◦ green 50 ◦ blue 84

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

Shades of Prussian Blue #053254

Tints of Prussian Blue #053254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 60.43%

R = 3.6%
G = 35.97%
B = 60.43%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#053254 (or 0x053254) is known color: Prussian Blue. HEX triplet: 05, 32 and 54. RGB value is (5,50,84). Sum of RGB (Red+Green+Blue) = 5+50+84=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #053254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053254 is #FACDAB. Grayscale: #282828. Windows color (decimal): -16436652 or 5517829. OLE color: 5517829.

HSL color Cylindrical-coordinate representation of color #053254: hue angle of 205.82º 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 #053254 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 50 84 -
CMYK 0.94 0.40 0 0.67
HSL 205.82º 0.89% 0.17% -
HSV(B) 205.82º 0.94% 0.33% -
XYZ 2.8 2.95 8.81 -
YUV 40.42 152.59 102.74 -
System Red Green Blue C M Y K H S L
Decimal 5 50 84 0.94 0.40 0 0.67 205.82 0.89 0.17
Hex 5 32 54 5E 28 0 43 CE 59 11
Octal 5 62 124 136 50 0 103 316 131 21
Binary 101 110010 1010100 1011110 101000 0 1000011 11001110 1011001 10001

Color Harmonies of #053254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053254

Black with #053254

Text Example


Text Example

White with #053254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053254; }

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

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

background-color css

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

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

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

border-color css

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

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

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