Html Css Color HEX #053460 Prussian Blue

📋 copy color: '#053460'

red 5 ◦ green 52 ◦ blue 96

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

Shades of Prussian Blue #053460

Tints of Prussian Blue #053460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 62.75%

R = 3.27%
G = 33.99%
B = 62.75%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#053460 (or 0x053460) is known color: Prussian Blue. HEX triplet: 05, 34 and 60. RGB value is (5,52,96). Sum of RGB (Red+Green+Blue) = 5+52+96=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #053460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053460 is #FACB9F. Grayscale: #2A2A2A. Windows color (decimal): -16436128 or 6304773. OLE color: 6304773.

HSL color Cylindrical-coordinate representation of color #053460: hue angle of 209.01º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053460 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 52 96 -
CMYK 0.95 0.46 0 0.62
HSL 209.01º 0.9% 0.2% -
HSV(B) 209.01º 0.95% 0.38% -
XYZ 3.4 3.33 11.53 -
YUV 42.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 5 52 96 0.95 0.46 0 0.62 209.01 0.9 0.2
Hex 5 34 60 5F 2E 0 3E D1 5A 14
Octal 5 64 140 137 56 0 76 321 132 24
Binary 101 110100 1100000 1011111 101110 0 111110 11010001 1011010 10100

Color Harmonies of #053460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053460

Black with #053460

Text Example


Text Example

White with #053460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053460; }

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

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

background-color css

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

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

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

border-color css

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

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

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