#053D6B

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

Shades of Prussian Blue #053D6B

Tints of Prussian Blue #053D6B

Color information

#053D6B (or 0x053D6B) is unknown color: approx Prussian Blue. HEX triplet: 05, 3D and 6B. RGB value is (5,61,107). Sum of RGB (Red+Green+Blue) = 5+61+107=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #053D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D6B is #FAC294. Grayscale: #313131. Windows color (decimal): -16433813 or 7027973. OLE color: 7027973.

HSL color Cylindrical-coordinate representation of color #053D6B: hue angle of 207.06º 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 #053D6B is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB561107-
CMYK0.950.4300.58
HSL207.06º91.07%21.96%-
HSV(B)207.06º95.33%41.96%-
XYZ4.394.4314.53-
YUV49.5160.4596.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 107 (42.19% from 255) = 61.85%
R=2.89%
G=35.26%
B=61.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5611070.950.4300.58207.0691.0721.96
Hex53D6B5F2B03Acf5b16
Octal5751531375307231713326
Binary10111110111010111011111101011011101011001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,61,107); }

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

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

 a { background-color: rgb(5,61,107); }

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

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

 span { border-color: rgb(5,61,107); }

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