Html Css Color HEX #053674 Prussian Blue

📋 copy color: '#053674'

red 5 ◦ green 54 ◦ blue 116

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

Shades of Prussian Blue #053674

Tints of Prussian Blue #053674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

 BLUE value IS 116 (45.7% from 255) = 66.29%

R = 2.86%
G = 30.86%
B = 66.29%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053674 (or 0x053674) is known color: Prussian Blue. HEX triplet: 05, 36 and 74. RGB value is (5,54,116). Sum of RGB (Red+Green+Blue) = 5+54+116=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #053674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053674 is #FAC98B. Grayscale: #2E2E2E. Windows color (decimal): -16435596 or 7616005. OLE color: 7616005.

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

Color convert

RGB 5 54 116 -
CMYK 0.96 0.53 0 0.55
HSL 213.51º 0.92% 0.24% -
HSV(B) 213.51º 0.96% 0.45% -
XYZ 4.53 3.93 17.04 -
YUV 46.42 167.27 98.46 -
System Red Green Blue C M Y K H S L
Decimal 5 54 116 0.96 0.53 0 0.55 213.51 0.92 0.24
Hex 5 36 74 60 35 0 37 D6 5C 18
Octal 5 66 164 140 65 0 67 326 134 30
Binary 101 110110 1110100 1100000 110101 0 110111 11010110 1011100 11000

Color Harmonies of #053674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053674

Black with #053674

Text Example


Text Example

White with #053674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053674; }

 p { color: rgb(5,54,116); }

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

background-color css

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

 a { background-color: rgb(5,54,116); }

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

border-color css

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

 span { border-color: rgb(5,54,116); }

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