#054266

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

Shades of Prussian Blue #054266

Tints of Prussian Blue #054266

Color information

#054266 (or 0x054266) is unknown color: approx Prussian Blue. HEX triplet: 05, 42 and 66. RGB value is (5,66,102). Sum of RGB (Red+Green+Blue) = 5+66+102=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #054266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054266 is #FABD99. Grayscale: #333333. Windows color (decimal): -16432538 or 6701573. OLE color: 6701573.

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

Color convert

RGB566102-
CMYK0.950.3500.6
HSL202.27º90.65%20.98%-
HSV(B)202.27º95.1%40%-
XYZ4.414.8913.28-
YUV51.86156.2994.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 102 (40.23% from 255) = 58.96%
R=2.89%
G=38.15%
B=58.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5661020.950.3500.6202.2790.6520.98
Hex542665F2303Cca5b15
Octal51021461374307431213325
Binary101100001011001101011111100011011110011001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054266; }

 p { color: rgb(5,66,102); }

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

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

 a { background-color: rgb(5,66,102); }

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

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

 span { border-color: rgb(5,66,102); }

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