#053A6C

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

Shades of Prussian Blue #053A6C

Tints of Prussian Blue #053A6C

Color information

#053A6C (or 0x053A6C) is unknown color: approx Prussian Blue. HEX triplet: 05, 3A and 6C. RGB value is (5,58,108). Sum of RGB (Red+Green+Blue) = 5+58+108=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 108 (42.58% from 255 or 63.16% from 171); Max value from RGB is 108 - color contains mainly: blue. Hex color #053A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A6C is #FAC593. Grayscale: #2F2F2F. Windows color (decimal): -16434580 or 7092741. OLE color: 7092741.

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

Color convert

RGB558108-
CMYK0.950.4600.58
HSL209.13º91.15%22.16%-
HSV(B)209.13º95.37%42.35%-
XYZ4.284.1414.76-
YUV47.85161.9497.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 108 (42.58% from 255) = 63.16%
R=2.92%
G=33.92%
B=63.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5581080.950.4600.58209.1391.1522.16
Hex53A6C5F2E03Ad15b16
Octal5721541375607232113326
Binary10111101011011001011111101110011101011010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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