#054467

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

Shades of Prussian Blue #054467

Tints of Prussian Blue #054467

Color information

#054467 (or 0x054467) is unknown color: approx Prussian Blue. HEX triplet: 05, 44 and 67. RGB value is (5,68,103). Sum of RGB (Red+Green+Blue) = 5+68+103=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 103 (40.62% from 255 or 58.52% from 176); Max value from RGB is 103 - color contains mainly: blue. Hex color #054467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054467 is #FABB98. Grayscale: #343434. Windows color (decimal): -16432025 or 6767621. OLE color: 6767621.

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

Color convert

RGB568103-
CMYK0.950.3400.60
HSL201.43º90.74%21.18%-
HSV(B)201.43º95.15%40.39%-
XYZ4.585.1513.58-
YUV53.15156.1393.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 103 (40.62% from 255) = 58.52%
R=2.84%
G=38.64%
B=58.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5681030.950.3400.60201.4390.7421.18
Hex544675F2203Cc95b15
Octal51041471374207431113325
Binary101100010011001111011111100010011110011001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054467; }

 p { color: rgb(5,68,103); }

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

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

 a { background-color: rgb(5,68,103); }

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

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

 span { border-color: rgb(5,68,103); }

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