#053862

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

Shades of Prussian Blue #053862

Tints of Prussian Blue #053862

Color information

#053862 (or 0x053862) is unknown color: approx Prussian Blue. HEX triplet: 05, 38 and 62. RGB value is (5,56,98). Sum of RGB (Red+Green+Blue) = 5+56+98=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #053862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053862 is #FAC79D. Grayscale: #2D2D2D. Windows color (decimal): -16435102 or 6436869. OLE color: 6436869.

HSL color Cylindrical-coordinate representation of color #053862: hue angle of 207.1º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053862 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB55698-
CMYK0.950.4300.62
HSL207.1º90.29%20.2%-
HSV(B)207.1º94.9%38.43%-
XYZ3.683.7412.08-
YUV45.54157.699.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 98 (38.67% from 255) = 61.64%
R=3.14%
G=35.22%
B=61.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal556980.950.4300.62207.190.2920.2
Hex538625F2B03Ecf5a14
Octal5701421375307631713224
Binary10111100011000101011111101011011111011001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053862; }

 p { color: rgb(5,56,98); }

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

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

 a { background-color: rgb(5,56,98); }

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

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

 span { border-color: rgb(5,56,98); }

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