#05395A

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

Shades of Prussian Blue #05395A

Tints of Prussian Blue #05395A

Color information

#05395A (or 0x05395A) is unknown color: approx Prussian Blue. HEX triplet: 05, 39 and 5A. RGB value is (5,57,90). Sum of RGB (Red+Green+Blue) = 5+57+90=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #05395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05395A is #FAC6A5. Grayscale: #2D2D2D. Windows color (decimal): -16434854 or 5912837. OLE color: 5912837.

HSL color Cylindrical-coordinate representation of color #05395A: hue angle of 203.29º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05395A is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB55790-
CMYK0.940.3700.65
HSL203.29º89.47%18.63%-
HSV(B)203.29º94.44%35.29%-
XYZ3.373.710.21-
YUV45.21153.2799.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=3.29%
G=37.5%
B=59.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal557900.940.3700.65203.2989.4718.63
Hex5395A5E25041cb5913
Octal57113213645010131313123
Binary101111001101101010111101001010100000111001011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05395A; }

 p { color: rgb(5,57,90); }

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

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

 a { background-color: rgb(5,57,90); }

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

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

 span { border-color: rgb(5,57,90); }

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