#054661

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

Shades of Prussian Blue #054661

Tints of Prussian Blue #054661

Color information

#054661 (or 0x054661) is unknown color: approx Prussian Blue. HEX triplet: 05, 46 and 61. RGB value is (5,70,97). Sum of RGB (Red+Green+Blue) = 5+70+97=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #054661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054661 is #FAB99E. Grayscale: #353535. Windows color (decimal): -16431519 or 6374917. OLE color: 6374917.

HSL color Cylindrical-coordinate representation of color #054661: hue angle of 197.61º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054661 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB57097-
CMYK0.950.2800.62
HSL197.61º90.2%20%-
HSV(B)197.61º94.85%38.04%-
XYZ4.415.2812.1-
YUV53.64152.4793.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 70 (27.73% from 255) = 40.70%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=2.91%
G=40.70%
B=56.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal570970.950.2800.62197.6190.220
Hex546615F1C03Ec65a14
Octal51061411373407630613224
Binary10110001101100001101111111100011111011000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054661; }

 p { color: rgb(5,70,97); }

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

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

 a { background-color: rgb(5,70,97); }

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

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

 span { border-color: rgb(5,70,97); }

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