#054465

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

Shades of Prussian Blue #054465

Tints of Prussian Blue #054465

Color information

#054465 (or 0x054465) is unknown color: approx Prussian Blue. HEX triplet: 05, 44 and 65. RGB value is (5,68,101). Sum of RGB (Red+Green+Blue) = 5+68+101=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #054465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054465 is #FABB9A. Grayscale: #343434. Windows color (decimal): -16432027 or 6636549. OLE color: 6636549.

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

Color convert

RGB568101-
CMYK0.950.3300.60
HSL200.62º90.57%20.78%-
HSV(B)200.62º95.05%39.61%-
XYZ4.485.1113.06-
YUV52.92155.1393.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 101 (39.84% from 255) = 58.05%
R=2.87%
G=39.08%
B=58.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5681010.950.3300.60200.6290.5720.78
Hex544655F2103Cc95b15
Octal51041451374107431113325
Binary101100010011001011011111100001011110011001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054465; }

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

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

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

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

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

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

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

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