#054569

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

Shades of Prussian Blue #054569

Tints of Prussian Blue #054569

Color information

#054569 (or 0x054569) is unknown color: approx Prussian Blue. HEX triplet: 05, 45 and 69. RGB value is (5,69,105). Sum of RGB (Red+Green+Blue) = 5+69+105=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #054569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054569 is #FABA96. Grayscale: #353535. Windows color (decimal): -16431767 or 6898949. OLE color: 6898949.

HSL color Cylindrical-coordinate representation of color #054569: hue angle of 201.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054569 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB569105-
CMYK0.950.3400.59
HSL201.6º90.91%21.57%-
HSV(B)201.6º95.24%41.18%-
XYZ4.745.3114.14-
YUV53.97156.893.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 105 (41.41% from 255) = 58.66%
R=2.79%
G=38.55%
B=58.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5691050.950.3400.59201.690.9121.57
Hex545695F2203Bca5b16
Octal51051511374207331213326
Binary101100010111010011011111100010011101111001010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054569; }

 p { color: rgb(5,69,105); }

 H1.HeaderClassName
 {
   color: #054569;
 }
 .AnyTagClassName
 {
   color: #054569;
 }
</style>
background-color css

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

 a { background-color: rgb(5,69,105); }

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

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

 span { border-color: rgb(5,69,105); }

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