Html Css Color HEX #053478 Prussian Blue

📋 copy color: '#053478'

red 5 ◦ green 52 ◦ blue 120

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

Shades of Prussian Blue #053478

Tints of Prussian Blue #053478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

 BLUE value IS 120 (47.27% from 255) = 67.8%

R = 2.82%
G = 29.38%
B = 67.8%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053478 (or 0x053478) is known color: Prussian Blue. HEX triplet: 05, 34 and 78. RGB value is (5,52,120). Sum of RGB (Red+Green+Blue) = 5+52+120=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #053478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053478 is #FACB87. Grayscale: #2D2D2D. Windows color (decimal): -16436104 or 7877637. OLE color: 7877637.

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

Color convert

RGB 5 52 120 -
CMYK 0.96 0.57 0 0.53
HSL 215.48º 0.92% 0.25% -
HSV(B) 215.48º 0.96% 0.47% -
XYZ 4.68 3.84 18.26 -
YUV 45.7 169.93 98.97 -
System Red Green Blue C M Y K H S L
Decimal 5 52 120 0.96 0.57 0 0.53 215.48 0.92 0.25
Hex 5 34 78 60 39 0 35 D7 5C 19
Octal 5 64 170 140 71 0 65 327 134 31
Binary 101 110100 1111000 1100000 111001 0 110101 11010111 1011100 11001

Color Harmonies of #053478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053478

Black with #053478

Text Example


Text Example

White with #053478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053478; }

 p { color: rgb(5,52,120); }

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

background-color css

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

 a { background-color: rgb(5,52,120); }

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

border-color css

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

 span { border-color: rgb(5,52,120); }

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