#053F69

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

Shades of Prussian Blue #053F69

Tints of Prussian Blue #053F69

Color information

#053F69 (or 0x053F69) is unknown color: approx Prussian Blue. HEX triplet: 05, 3F and 69. RGB value is (5,63,105). Sum of RGB (Red+Green+Blue) = 5+63+105=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #053F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F69 is #FAC096. Grayscale: #323232. Windows color (decimal): -16433303 or 6897413. OLE color: 6897413.

HSL color Cylindrical-coordinate representation of color #053F69: hue angle of 205.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053F69 is Cyan = 0.95, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB563105-
CMYK0.950.400.59
HSL205.2º90.91%21.57%-
HSV(B)205.2º95.24%41.18%-
XYZ4.394.6114.02-
YUV50.45158.7895.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 63 (25% from 255) = 36.42%
BLUE value IS 105 (41.41% from 255) = 60.69%
R=2.89%
G=36.42%
B=60.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5631050.950.400.59205.290.9121.57
Hex53F695F2803Bcd5b16
Octal5771511375007331513326
Binary10111111111010011011111101000011101111001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053F69; }

 p { color: rgb(5,63,105); }

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

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

 a { background-color: rgb(5,63,105); }

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

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

 span { border-color: rgb(5,63,105); }

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