#05435E

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

Shades of Prussian Blue #05435E

Tints of Prussian Blue #05435E

Color information

#05435E (or 0x05435E) is unknown color: approx Prussian Blue. HEX triplet: 05, 43 and 5E. RGB value is (5,67,94). Sum of RGB (Red+Green+Blue) = 5+67+94=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #05435E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05435E is #FABCA1. Grayscale: #333333. Windows color (decimal): -16432290 or 6177541. OLE color: 6177541.

HSL color Cylindrical-coordinate representation of color #05435E: hue angle of 198.2º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05435E is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB56794-
CMYK0.950.2900.63
HSL198.2º89.9%19.41%-
HSV(B)198.2º94.68%36.86%-
XYZ4.094.8511.31-
YUV51.54151.9694.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.01%
GREEN value IS 67 (26.56% from 255) = 40.36%
BLUE value IS 94 (37.11% from 255) = 56.63%
R=3.01%
G=40.36%
B=56.63%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal567940.950.2900.63198.289.919.41
Hex5435E5F1D03Fc65a13
Octal51031361373507730613223
Binary10110000111011110101111111101011111111000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,67,94); }

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

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

 a { background-color: rgb(5,67,94); }

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

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

 span { border-color: rgb(5,67,94); }

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