Html Css Color HEX #053563 Prussian Blue

📋 copy color: '#053563'

red 5 ◦ green 53 ◦ blue 99

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

Shades of Prussian Blue #053563

Tints of Prussian Blue #053563

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

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

R = 3.18%
G = 33.76%
B = 63.06%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#053563 (or 0x053563) is known color: Prussian Blue. HEX triplet: 05, 35 and 63. RGB value is (5,53,99). Sum of RGB (Red+Green+Blue) = 5+53+99=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #053563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053563 is #FACA9C. Grayscale: #2B2B2B. Windows color (decimal): -16435869 or 6501637. OLE color: 6501637.

HSL color Cylindrical-coordinate representation of color #053563: hue angle of 209.36º 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 #053563 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 53 99 -
CMYK 0.95 0.46 0 0.61
HSL 209.36º 0.9% 0.2% -
HSV(B) 209.36º 0.95% 0.39% -
XYZ 3.59 3.48 12.29 -
YUV 43.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 5 53 99 0.95 0.46 0 0.61 209.36 0.9 0.2
Hex 5 35 63 5F 2E 0 3D D1 5A 14
Octal 5 65 143 137 56 0 75 321 132 24
Binary 101 110101 1100011 1011111 101110 0 111101 11010001 1011010 10100

Color Harmonies of #053563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053563

Black with #053563

Text Example


Text Example

White with #053563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053563; }

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

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

background-color css

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

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

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

border-color css

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

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

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