#054764

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

Shades of Prussian Blue #054764

Tints of Prussian Blue #054764

Color information

#054764 (or 0x054764) is unknown color: approx Prussian Blue. HEX triplet: 05, 47 and 64. RGB value is (5,71,100). Sum of RGB (Red+Green+Blue) = 5+71+100=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #054764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054764 is #FAB89B. Grayscale: #363636. Windows color (decimal): -16431260 or 6571781. OLE color: 6571781.

HSL color Cylindrical-coordinate representation of color #054764: hue angle of 198.32º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054764 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB571100-
CMYK0.950.2900.61
HSL198.32º90.48%20.59%-
HSV(B)198.32º95%39.22%-
XYZ4.625.4612.87-
YUV54.57153.6392.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 100 (39.45% from 255) = 56.82%
R=2.84%
G=40.34%
B=56.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5711000.950.2900.61198.3290.4820.59
Hex547645F1D03Dc65a15
Octal51071441373507530613225
Binary10110001111100100101111111101011110111000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054764; }

 p { color: rgb(5,71,100); }

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

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

 a { background-color: rgb(5,71,100); }

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

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

 span { border-color: rgb(5,71,100); }

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