#05395C

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

Shades of Prussian Blue #05395C

Tints of Prussian Blue #05395C

Color information

#05395C (or 0x05395C) is unknown color: approx Prussian Blue. HEX triplet: 05, 39 and 5C. RGB value is (5,57,92). Sum of RGB (Red+Green+Blue) = 5+57+92=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #05395C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05395C is #FAC6A3. Grayscale: #2D2D2D. Windows color (decimal): -16434852 or 6043909. OLE color: 6043909.

HSL color Cylindrical-coordinate representation of color #05395C: hue angle of 204.14º 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 #05395C is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB55792-
CMYK0.950.3800.64
HSL204.14º89.69%19.02%-
HSV(B)204.14º94.57%36.08%-
XYZ3.463.7310.66-
YUV45.44154.2799.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 92 (36.33% from 255) = 59.74%
R=3.25%
G=37.01%
B=59.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal557920.950.3800.64204.1489.6919.02
Hex5395C5F26040cc5a13
Octal57113413746010031413223
Binary101111001101110010111111001100100000011001100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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