#053B6C

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

Shades of Prussian Blue #053B6C

Tints of Prussian Blue #053B6C

Color information

#053B6C (or 0x053B6C) is unknown color: approx Prussian Blue. HEX triplet: 05, 3B and 6C. RGB value is (5,59,108). Sum of RGB (Red+Green+Blue) = 5+59+108=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #053B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B6C is #FAC493. Grayscale: #303030. Windows color (decimal): -16434324 or 7092997. OLE color: 7092997.

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

Color convert

RGB559108-
CMYK0.950.4500.58
HSL208.54º91.15%22.16%-
HSV(B)208.54º95.37%42.35%-
XYZ4.334.2414.78-
YUV48.44161.6197.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 108 (42.58% from 255) = 62.79%
R=2.91%
G=34.30%
B=62.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5591080.950.4500.58208.5491.1522.16
Hex53B6C5F2D03Ad15b16
Octal5731541375507232113326
Binary10111101111011001011111101101011101011010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,59,108); }

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

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

 a { background-color: rgb(5,59,108); }

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

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

 span { border-color: rgb(5,59,108); }

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