#054863

Color #054863 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #054863

Tints of Prussian Blue #054863

Color information

#054863 (or 0x054863) is unknown color: approx 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

RGB57299-
CMYK0.950.2700.61
HSL197.23º90.38%20.39%-
HSV(B)197.23º94.95%38.82%-
XYZ4.635.5712.63-
YUV55.04152.892.3-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal572990.950.2700.61197.2390.3820.39
Hex548635F1B03Dc55a14
Octal51101431373307530513224
Binary10110010001100011101111111011011110111000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>