Html Css Color HEX #053463 Prussian Blue

📋 copy color: '#053463'

red 5 ◦ green 52 ◦ blue 99

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

Shades of Prussian Blue #053463

Tints of Prussian Blue #053463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 63.46%

R = 3.21%
G = 33.33%
B = 63.46%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#053463 (or 0x053463) is known color: Prussian Blue. HEX triplet: 05, 34 and 63. RGB value is (5,52,99). Sum of RGB (Red+Green+Blue) = 5+52+99=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #053463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053463 is #FACB9C. Grayscale: #2B2B2B. Windows color (decimal): -16436125 or 6501381. OLE color: 6501381.

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

Color convert

RGB 5 52 99 -
CMYK 0.95 0.47 0 0.61
HSL 210º 0.9% 0.2% -
HSV(B) 210º 0.95% 0.39% -
XYZ 3.54 3.39 12.27 -
YUV 43.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 5 52 99 0.95 0.47 0 0.61 210 0.9 0.2
Hex 5 34 63 5F 2F 0 3D D2 5A 14
Octal 5 64 143 137 57 0 75 322 132 24
Binary 101 110100 1100011 1011111 101111 0 111101 11010010 1011010 10100

Color Harmonies of #053463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053463

Black with #053463

Text Example


Text Example

White with #053463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053463; }

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

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

background-color css

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

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

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

border-color css

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

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

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