#053F65

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

Shades of Prussian Blue #053F65

Tints of Prussian Blue #053F65

Color information

#053F65 (or 0x053F65) is unknown color: approx Prussian Blue. HEX triplet: 05, 3F and 65. RGB value is (5,63,101). Sum of RGB (Red+Green+Blue) = 5+63+101=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #053F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F65 is #FAC09A. Grayscale: #313131. Windows color (decimal): -16433307 or 6635269. OLE color: 6635269.

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

Color convert

RGB563101-
CMYK0.950.3800.60
HSL203.75º90.57%20.78%-
HSV(B)203.75º95.05%39.61%-
XYZ4.194.5312.96-
YUV49.99156.7895.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 63 (25% from 255) = 37.28%
BLUE value IS 101 (39.84% from 255) = 59.76%
R=2.96%
G=37.28%
B=59.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5631010.950.3800.60203.7590.5720.78
Hex53F655F2603Ccc5b15
Octal5771451374607431413325
Binary10111111111001011011111100110011110011001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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