Html Css Color HEX #054863 Prussian Blue

📋 copy color: '#054863'

red 5 ◦ green 72 ◦ blue 99

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

Shades of Prussian Blue #054863

Tints of Prussian Blue #054863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

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

R = 2.84%
G = 40.91%
B = 56.25%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#054863 (or 0x054863) is known color: Prussian Blue. HEX triplet: 05, 48 and 63. RGB value is (5,72,99). Sum of RGB (Red+Green+Blue) = 5+72+99=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #054863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054863 is #FAB79C. Grayscale: #363636. Windows color (decimal): -16431005 or 6506501. OLE color: 6506501.

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

Color convert

RGB 5 72 99 -
CMYK 0.95 0.27 0 0.61
HSL 197.23º 0.9% 0.2% -
HSV(B) 197.23º 0.95% 0.39% -
XYZ 4.63 5.57 12.63 -
YUV 55.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 5 72 99 0.95 0.27 0 0.61 197.23 0.9 0.2
Hex 5 48 63 5F 1B 0 3D C5 5A 14
Octal 5 110 143 137 33 0 75 305 132 24
Binary 101 1001000 1100011 1011111 11011 0 111101 11000101 1011010 10100

Color Harmonies of #054863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054863

Black with #054863

Text Example


Text Example

White with #054863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054863; }

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

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

background-color css

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

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

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

border-color css

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

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

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