#053d5b

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

Shades of Prussian Blue #053D5B

Tints of Prussian Blue #053D5B

Color information

#053D5B (or 0x053D5B) is unknown color: approx Prussian Blue. HEX triplet: 05, 3D and 5B. RGB value is (5,61,91). Sum of RGB (Red+Green+Blue) = 5+61+91=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #053D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D5B is #FAC2A4. Grayscale: #2F2F2F. Windows color (decimal): -16433829 or 5979397. OLE color: 5979397.

HSL color Cylindrical-coordinate representation of color #053D5B: hue angle of 200.93º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053D5B is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB56191-
CMYK0.950.3300.64
HSL200.93º89.58%18.82%-
HSV(B)200.93º94.51%35.69%-
XYZ3.624.1310.5-
YUV47.68152.4597.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 91 (35.94% from 255) = 57.96%
R=3.18%
G=38.85%
B=57.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal561910.950.3300.64200.9389.5818.82
Hex53D5B5F21040c95a13
Octal57513313741010031113223
Binary101111101101101110111111000010100000011001001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053d5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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