#05385F

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

Shades of Prussian Blue #05385F

Tints of Prussian Blue #05385F

Color information

#05385F (or 0x05385F) is unknown color: approx Prussian Blue. HEX triplet: 05, 38 and 5F. RGB value is (5,56,95). Sum of RGB (Red+Green+Blue) = 5+56+95=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #05385F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05385F is #FAC7A0. Grayscale: #2C2C2C. Windows color (decimal): -16435105 or 6240261. OLE color: 6240261.

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

Color convert

RGB55695-
CMYK0.950.4100.63
HSL206º90%19.61%-
HSV(B)206º94.74%37.25%-
XYZ3.543.6911.35-
YUV45.2156.199.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 56 (22.27% from 255) = 35.90%
BLUE value IS 95 (37.5% from 255) = 60.90%
R=3.21%
G=35.90%
B=60.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal556950.950.4100.632069019.61
Hex5385F5F2903Fce5a14
Octal5701371375107731613224
Binary10111100010111111011111101001011111111001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05385F; }

 p { color: rgb(5,56,95); }

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

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

 a { background-color: rgb(5,56,95); }

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

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

 span { border-color: rgb(5,56,95); }

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