#05435D

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

Shades of Prussian Blue #05435D

Tints of Prussian Blue #05435D

Color information

#05435D (or 0x05435D) is unknown color: approx Prussian Blue. HEX triplet: 05, 43 and 5D. RGB value is (5,67,93). Sum of RGB (Red+Green+Blue) = 5+67+93=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #05435D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05435D is #FABCA2. Grayscale: #333333. Windows color (decimal): -16432291 or 6112005. OLE color: 6112005.

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

Color convert

RGB56793-
CMYK0.950.2800.64
HSL197.73º89.8%19.22%-
HSV(B)197.73º94.62%36.47%-
XYZ4.054.8411.08-
YUV51.43151.4694.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 67 (26.56% from 255) = 40.61%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=3.03%
G=40.61%
B=56.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal567930.950.2800.64197.7389.819.22
Hex5435D5F1C040c65a13
Octal510313513734010030613223
Binary101100001110111011011111111000100000011000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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