#05356D

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

Shades of Prussian Blue #05356D

Tints of Prussian Blue #05356D

Color information

#05356D (or 0x05356D) is unknown color: approx Prussian Blue. HEX triplet: 05, 35 and 6D. RGB value is (5,53,109). Sum of RGB (Red+Green+Blue) = 5+53+109=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #05356D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05356D is #FACA92. Grayscale: #2C2C2C. Windows color (decimal): -16435859 or 7156997. OLE color: 7156997.

HSL color Cylindrical-coordinate representation of color #05356D: hue angle of 212.31º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05356D is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB553109-
CMYK0.950.5100.57
HSL212.31º91.23%22.35%-
HSV(B)212.31º95.41%42.75%-
XYZ4.13.6814.96-
YUV45.03164.199.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=2.99%
G=31.74%
B=65.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5531090.950.5100.57212.3191.2322.35
Hex5356D5F33039d45b16
Octal5651551376307132413326
Binary10111010111011011011111110011011100111010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05356D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,53,109); }

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

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

 a { background-color: rgb(5,53,109); }

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

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

 span { border-color: rgb(5,53,109); }

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