#063553

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

Shades of Prussian Blue #063553

Tints of Prussian Blue #063553

Color information

#063553 (or 0x063553) is unknown color: approx Prussian Blue. HEX triplet: 06, 35 and 53. RGB value is (6,53,83). Sum of RGB (Red+Green+Blue) = 6+53+83=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #063553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063553 is #F9CAAC. Grayscale: #2A2A2A. Windows color (decimal): -16370349 or 5453062. OLE color: 5453062.

HSL color Cylindrical-coordinate representation of color #063553: hue angle of 203.38º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063553 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB65383-
CMYK0.930.3600.67
HSL203.38º86.52%17.45%-
HSV(B)203.38º92.77%32.55%-
XYZ2.913.218.65-
YUV42.37150.93102.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 83 (32.81% from 255) = 58.45%
R=4.23%
G=37.32%
B=58.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal653830.930.3600.67203.3886.5217.45
Hex635535D24043cb5711
Octal66512313544010331312721
Binary110110101101001110111011001000100001111001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063553; }

 p { color: rgb(6,53,83); }

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

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

 a { background-color: rgb(6,53,83); }

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

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

 span { border-color: rgb(6,53,83); }

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