#053263

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

Shades of Prussian Blue #053263

Tints of Prussian Blue #053263

Color information

#053263 (or 0x053263) is unknown color: approx Prussian Blue. HEX triplet: 05, 32 and 63. RGB value is (5,50,99). Sum of RGB (Red+Green+Blue) = 5+50+99=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #053263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053263 is #FACD9C. Grayscale: #292929. Windows color (decimal): -16436637 or 6500869. OLE color: 6500869.

HSL color Cylindrical-coordinate representation of color #053263: hue angle of 211.28º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053263 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB55099-
CMYK0.950.4900.61
HSL211.28º90.38%20.39%-
HSV(B)211.28º94.95%38.82%-
XYZ3.463.2112.24-
YUV42.13160.09101.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 99 (39.06% from 255) = 64.29%
R=3.25%
G=32.47%
B=64.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal550990.950.4900.61211.2890.3820.39
Hex532635F3103Dd35a14
Octal5621431376107532313224
Binary10111001011000111011111110001011110111010011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053263; }

 p { color: rgb(5,50,99); }

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

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

 a { background-color: rgb(5,50,99); }

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

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

 span { border-color: rgb(5,50,99); }

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