#053C6C

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

Shades of Prussian Blue #053C6C

Tints of Prussian Blue #053C6C

Color information

#053C6C (or 0x053C6C) is unknown color: approx Prussian Blue. HEX triplet: 05, 3C and 6C. RGB value is (5,60,108). Sum of RGB (Red+Green+Blue) = 5+60+108=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #053C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C6C is #FAC393. Grayscale: #303030. Windows color (decimal): -16434068 or 7093253. OLE color: 7093253.

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

Color convert

RGB560108-
CMYK0.950.4400.58
HSL207.96º91.15%22.16%-
HSV(B)207.96º95.37%42.35%-
XYZ4.394.3514.8-
YUV49.03161.2896.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 60 (23.83% from 255) = 34.68%
BLUE value IS 108 (42.58% from 255) = 62.43%
R=2.89%
G=34.68%
B=62.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5601080.950.4400.58207.9691.1522.16
Hex53C6C5F2C03Ad05b16
Octal5741541375407232013326
Binary10111110011011001011111101100011101011010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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