Html Css Color HEX #053464 Prussian Blue

📋 copy color: '#053464'

red 5 ◦ green 52 ◦ blue 100

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

Shades of Prussian Blue #053464

Tints of Prussian Blue #053464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 63.69%

R = 3.18%
G = 33.12%
B = 63.69%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#053464 (or 0x053464) is known color: Prussian Blue. HEX triplet: 05, 34 and 64. RGB value is (5,52,100). Sum of RGB (Red+Green+Blue) = 5+52+100=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #053464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053464 is #FACB9B. Grayscale: #2B2B2B. Windows color (decimal): -16436124 or 6566917. OLE color: 6566917.

HSL color Cylindrical-coordinate representation of color #053464: hue angle of 210.32º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053464 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 52 100 -
CMYK 0.95 0.48 0 0.61
HSL 210.32º 0.9% 0.21% -
HSV(B) 210.32º 0.95% 0.39% -
XYZ 3.59 3.41 12.53 -
YUV 43.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 5 52 100 0.95 0.48 0 0.61 210.32 0.9 0.21
Hex 5 34 64 5F 30 0 3D D2 5A 15
Octal 5 64 144 137 60 0 75 322 132 25
Binary 101 110100 1100100 1011111 110000 0 111101 11010010 1011010 10101

Color Harmonies of #053464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053464

Black with #053464

Text Example


Text Example

White with #053464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053464; }

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

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

background-color css

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

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

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

border-color css

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

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

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