#054061

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

Shades of Prussian Blue #054061

Tints of Prussian Blue #054061

Color information

#054061 (or 0x054061) is unknown color: approx Prussian Blue. HEX triplet: 05, 40 and 61. RGB value is (5,64,97). Sum of RGB (Red+Green+Blue) = 5+64+97=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #054061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054061 is #FABF9E. Grayscale: #313131. Windows color (decimal): -16433055 or 6373381. OLE color: 6373381.

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

Color convert

RGB56497-
CMYK0.950.3400.62
HSL201.52º90.2%20%-
HSV(B)201.52º94.85%38.04%-
XYZ4.054.5611.98-
YUV50.12154.4595.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 97 (38.28% from 255) = 58.43%
R=3.01%
G=38.55%
B=58.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal564970.950.3400.62201.5290.220
Hex540615F2203Eca5a14
Octal51001411374207631213224
Binary101100000011000011011111100010011111011001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054061; }

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

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

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

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

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

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

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

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