#05354E

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

Shades of Prussian Blue #05354E

Tints of Prussian Blue #05354E

Color information

#05354E (or 0x05354E) is unknown color: approx Prussian Blue. HEX triplet: 05, 35 and 4E. RGB value is (5,53,78). Sum of RGB (Red+Green+Blue) = 5+53+78=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 78 (30.86% from 255 or 57.35% from 136); Max value from RGB is 78 - color contains mainly: blue. Hex color #05354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05354E is #FACAB1. Grayscale: #292929. Windows color (decimal): -16435890 or 5125381. OLE color: 5125381.

HSL color Cylindrical-coordinate representation of color #05354E: hue angle of 200.55º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05354E is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB55378-
CMYK0.940.3200.69
HSL200.55º87.95%16.27%-
HSV(B)200.55º93.59%30.59%-
XYZ2.713.137.67-
YUV41.5148.6101.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 78 (30.86% from 255) = 57.35%
R=3.68%
G=38.97%
B=57.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal553780.940.3200.69200.5587.9516.27
Hex5354E5E20045c95810
Octal56511613640010531113020
Binary101110101100111010111101000000100010111001001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05354E; }

 p { color: rgb(5,53,78); }

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

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

 a { background-color: rgb(5,53,78); }

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

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

 span { border-color: rgb(5,53,78); }

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